-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
36 lines (33 loc) · 1.23 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
site_name: Metall
site_author: 'Keita Iwabuchi (LLNL), Roger A Pearce (LLNL), and Maya B Gokhale (LLNL)'
copyright: Copyright 2023 Lawrence Livermore National Security, LLC
docs_dir: 'docs/readthedocs'
theme: 'readthedocs'
extra_css:
- ./css/custom.css
repo_url: https://github.com/LLNL/metall
edit_uri: 'tree/develop/docs/readthedocs'
nav:
- 'HOME': 'index.md'
- 'BASICS':
- 'Getting Started': 'basics/getting_started.md'
- 'Compile-time Options': 'basics/compile_time_options.md'
- 'ADVANCED BUILD':
- 'Build Executables': 'advanced_build/cmake.md'
- 'Use Umap': 'advanced_build/umap.md'
- 'Test Metall': 'advanced_build/test.md'
- 'Metall 101':
- 'Introduction': 'detail/introduction.md'
- 'API': 'detail/api.md'
- 'Data Store ls': 'detail/ls.md'
- 'Pointers in Persistent Memory': 'detail/pointer.md'
- 'Persistence Policy': 'detail/persistence_policy.md'
- 'Snapshot': 'detail/snapshot.md'
- 'Example': 'detail/example.md'
- 'Internal Architecture': 'detail/internal_architecture.md'
- 'External':
- 'Open Source Projects Using Metall': 'external/list.md'
- 'Use Ripples with Metall': 'external/ripples.md'
- 'ABOUT':
- 'Publication': 'about/publication.md'
- 'License and Notice': 'about/license_notice.md'