diff options
author | Changbin Du <changbin.du@gmail.com> | 2019-05-08 18:21:15 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-08 23:34:09 +0300 |
commit | e5def4c6039e9b7bb158c6ec6d8fedda9265b7ef (patch) | |
tree | 1e0386725758b7df126bd11f3f34ad802bc78a97 /Documentation/index.rst | |
parent | 39a39d5b6bc0f1f6dd6eaa44916f19edfe003377 (diff) | |
download | linux-e5def4c6039e9b7bb158c6ec6d8fedda9265b7ef.tar.xz |
Documentation: add Linux x86 docs to Sphinx TOC tree
Add a index.rst for x86 support. More docs will be added later.
Signed-off-by: Changbin Du <changbin.du@gmail.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 80a421cb935e..d65dd4934a1a 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -101,6 +101,7 @@ implementation. .. toctree:: :maxdepth: 2 + x86/index sh/index Filesystem Documentation |