Skip to content

Commit 2ac31e1

Browse files
Refactor documentation navigation (#11139)
* Refactor documentation navigation This is an initial proof of concept of a concept-based TOC, instead of using Diataxis. This shows a lot more where we're missing various pieces of content, and overall I think really improves our documentation structure. A big benefit downstream of this is making our page titles more explicit, so users know what each page has on it. I've started doing this very lightly so you can get a sense, but it makes things way more clear. * Make hidden :) * Some smaller copy changes * More futzing * A bit more futzing * Remove security section for now * Update docs/user/index.rst Co-authored-by: Anthony <[email protected]> * A bit more futzing with where things live * Small guide fixes --------- Co-authored-by: Anthony <[email protected]>
1 parent e7a90ed commit 2ac31e1

36 files changed

+148
-149
lines changed

docs/user/about/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ we've brought most of the most important ones below.
6464
.. toctree::
6565
:hidden:
6666

67-
/commercial/index
6867
/reference/policies
6968
/advertising/index
7069
/story
7170
/sponsors
71+
/science
7272
/open-source-philosophy
7373
/team
7474
/support

docs/user/api/index.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
Public API
2-
==========
3-
4-
This section of the documentation details the public API
5-
usable to get details of projects, builds, versions and other details
6-
from Read the Docs.
7-
1+
Public REST API
2+
===============
83

4+
This section of the documentation details the public REST API.
5+
Useful to get details of projects, builds, versions, and other resources.
96

107
.. toctree::
118
:maxdepth: 3

docs/user/build-notifications.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Build notifications via webhooks and email
2-
==========================================
1+
Build failure notifications
2+
===========================
33

44
Build notifications can alert you when your documentation builds fail so you can take immediate action.
55
We offer the following methods for being notified:

docs/user/commercial/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
About |com_brand|
2-
=================
1+
Business hosting
2+
================
33

44
.. this page is currently moving towards becoming "About Read the Docs for Business"
55
.. rather than an index of features.

docs/user/commercial/organizations.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Organizations: permissions for projects and teams
2-
-------------------------------------------------
1+
Organizations
2+
-------------
33

44
.. include:: /shared/admonition-rtd-business.rst
55

docs/user/commercial/privacy-level.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. TODO: This is a super weird page..
2+
3+
:orphan:
4+
15
Project privacy level
26
---------------------
37

docs/user/commercial/sharing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Private documentation sharing
1+
Sharing private documentation
22
=============================
33

44
.. include:: /shared/admonition-rtd-business.rst

docs/user/commercial/single-sign-on.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Choosing a Single Sign-On (SSO) approach for your organization
2-
==============================================================
1+
Single Sign-On (SSO)
2+
====================
33

44
.. include:: /shared/admonition-rtd-business.rst
55

docs/user/commercial/subscriptions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
How to manage your Read the Docs for Business subscription
2-
==========================================================
1+
How to manage your subscription
2+
===============================
33

44
We want to make it easy to manage your billing information.
55
All :doc:`organization owners </commercial/subscriptions>` can manage the subscription for that organization.

docs/user/config-file/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Configuration file tutorial
1+
Configuration file overview
22
===========================
33

44
As part of the initial set up for your Read the Docs site,

0 commit comments

Comments
 (0)