Skip to content

Commit

Permalink
ensure all useblocks lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 6, 2024
1 parent 754db79 commit 6fe0685
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# syntax = docker/dockerfile:1.2
ARG BASE_IMAGE=sphinxdoc/sphinx:latest
FROM $BASE_IMAGE
LABEL maintainer="Useblocks <https://useblocks.com/>"
LABEL maintainer="useblocks <https://useblocks.com/>"

ARG DOCKER_USERNAME=dockeruser
ARG DOCKER_USER_ID=1000
Expand Down
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Introduction
:color: primary
:class: sd-rounded-pill sd-px-4 sd-fs-5

About UseBlocks
About useblocks

.. grid-item::
:columns: 12 4 4 4
Expand Down Expand Up @@ -98,7 +98,7 @@ Introduction

.. _other-extensions:

See more from `Useblocks <https://useblocks.com>`__ to enhance your sphinx-needs experience:
See more from `useblocks <https://useblocks.com>`__ to enhance your sphinx-needs experience:

.. grid:: 1 1 2 2
:gutter: 2
Expand All @@ -110,7 +110,7 @@ See more from `Useblocks <https://useblocks.com>`__ to enhance your sphinx-needs
:class-img-top: sd-p-3 sd-bg-dark
:class-card: border

Provides an oversight of the UseBlocks ecosystem, and its goal to bring Engineering-as-Code to the software development process.
Provides an oversight of the useblocks ecosystem, and its goal to bring Engineering-as-Code to the software development process.
+++

.. button-link:: https://useblocks.com
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ you can explore the full range of options available in sphinx-needs by reading t

For a more complex project example, check out the `sphinx-needs-demo <https://sphinx-needs-demo.readthedocs.io>`_ site.

Also, see :ref:`other extensions <other-extensions>` offered by `UseBlocks <https://useblocks.com>`_ which integrate with sphinx-needs to provide additional functionality.
Also, see :ref:`other extensions <other-extensions>` offered by `useblocks <https://useblocks.com>`_ which integrate with sphinx-needs to provide additional functionality.

.. todo::

Expand Down

0 comments on commit 6fe0685

Please sign in to comment.