diff --git a/Documentation/About.rst b/Documentation/About.rst index 976bb444..0f5baa79 100644 --- a/Documentation/About.rst +++ b/Documentation/About.rst @@ -13,7 +13,7 @@ extensions `. Documentation written in :ref:`reStructured Text ` can be :ref:`rendered ` using a TYPO3-specific theme and automatically deployed to -`https://docs.typo3.org`__ by adding a :ref:`Webhook `. +https://docs.typo3.org by adding a :ref:`Webhook `. .. _credits: diff --git a/Documentation/BasicPrinciples.rst b/Documentation/BasicPrinciples.rst index 4f542899..44b30002 100644 --- a/Documentation/BasicPrinciples.rst +++ b/Documentation/BasicPrinciples.rst @@ -135,8 +135,6 @@ A guide is a manual. Guides offer advice on **how best to achieve a given task**. They are goal oriented. -:ref:`Read more ... ` - .. index:: TYPO3 documentation; Reference .. _doc-type-reference: diff --git a/Documentation/Maintainers/Tools.rst b/Documentation/Maintainers/Tools.rst index 85661a66..d428e549 100644 --- a/Documentation/Maintainers/Tools.rst +++ b/Documentation/Maintainers/Tools.rst @@ -1,7 +1,7 @@ .. include:: /Includes.rst.txt .. highlight:: shell .. index:: Changes; Backporting -.. _backport-changes: +.. _tools_of_the_documentation_team: =============================== Tools of the Documentation Team @@ -20,7 +20,7 @@ https://github.com/TYPO3-Documentation/DocsTypo3Org-Homepage/blob/main/WebRootRe As this is a pure HTML file, we currently keep the content in this rst file: https://github.com/TYPO3-Documentation/DocsTypo3Org-Homepage/blob/main/Documentation/Home/ApiTypo3Org.rst -locally render it, +locally render it, then update :file:`WebRootResources-api.typo3.org/index.html` with the rendered output. diff --git a/Documentation/WritingDocsOfficial/LocalEditing.rst b/Documentation/WritingDocsOfficial/LocalEditing.rst index 0e25008f..314b1f9d 100644 --- a/Documentation/WritingDocsOfficial/LocalEditing.rst +++ b/Documentation/WritingDocsOfficial/LocalEditing.rst @@ -63,7 +63,7 @@ the ability to experiment and preview your changes locally before submitting the #. Make sure the repository is up-to-date by pulling from upstream as described in :ref:`contribute-edit-locally-more-changes`. - #. Always branch from `main` (see also :ref:`tip-branches-main`). + #. Always branch from `main`. If you are checked in to a feature branch, switch back to `main` first: