diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-15 18:11:20 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-27 15:04:31 +1300 |
commit | 2d0423aff9fd9adc0933f94df6726e29ee2c89be (patch) | |
tree | 68970ad263f9e6686bcecd62a0613405c28ab225 /doc/index.rst | |
parent | c197f6e27923b4cff9d782cd9be7a058d5d65aa2 (diff) |
doc: Convert Chromium OS docs to rst
Move this documentation over to reST. Move the example files into a files/
directory so they are still separate.
Do a few minor updates while we are here:
- Tidy up sandbox build instructions
- Update my github account name
- Add some talks and links
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index f7aada966b..02de1d4684 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -87,6 +87,14 @@ Android-specific features available in U-Boot. android/index +Chromium OS-specific doc +------------------------ + +.. toctree:: + :maxdepth: 2 + + chromium/index + Indices and tables ================== |