Add a "More Documents" link to the main website

This commit is contained in:
Veronica Berglyd Olsen
2025-04-20 13:32:29 +02:00
parent bced0ad474
commit f3fe7c8d11
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -41,6 +41,7 @@ See :ref:`a_started` for more details.
:hidden:
Main Page <self>
More Documents <https://novelwriter.io/about/docs.html>
.. toctree::
:maxdepth: 1
+1 -2
View File
@@ -14,8 +14,7 @@ changes require minor actions from the user.
The key changes in the formats are listed in this chapter, as well as the user actions required,
where applicable.
A full project file format specification is available
`on the website <https://novelwriter.io/about/docs.html>`__.
A full project file format specification is available from the "More Documents" link.
.. caution::
When you update a project from one format version to the next, the project can no longer be
+1 -2
View File
@@ -34,8 +34,7 @@ The project XML file is indent-formatted, and is suitable for diff tools and ver
most of the file will stay static, although a timestamp is set in the meta section on line 2, and
various meta data entries incremented, on each save.
A full project file format specification is available
`on the website <https://novelwriter.io/about/docs.html>`__.
A full project file format specification is available from the "More Documents" link.
Project Documents