diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-03-14 16:39:37 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-03-23 13:27:27 -0600 |
commit | 4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab (patch) | |
tree | 3441450a49b7875b9e229ad127fceaf5e0fd9b52 /Documentation/index.rst | |
parent | efe920466f51fbd4405d33c6dd2b683571f93a7a (diff) | |
download | linux-stable-4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab.tar.gz linux-stable-4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab.tar.bz2 linux-stable-4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab.zip |
docs: create a top-level arch/ directory
As the first step in bringing some order to our architecture-specific
documentation, create a top-level arch/ directory and move arch.rst as its
index.rst file.
There is no change in the rendered docs at this point.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 76d1a3ec9be3..9dfdc826618c 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -99,7 +99,7 @@ Architecture-specific documentation .. toctree:: :maxdepth: 2 - arch + arch/index Other documentation |