diff --git a/GNUmakefile b/GNUmakefile index 6b8222b3..a46acbe5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -268,7 +268,7 @@ docs/intro.md: docs/_preface.md docs/__characteristics.md docs/__improvements.md cat $^ | sed 's/^Performance comparison$$/Performance comparison {#performance}/' > $@ docs/usage.md: docs/__usage.md docs/_starting.md docs/__bindings.md - echo -e "\\page usage Usage\n\\section getting Getting the libmdbx" | cat - $^ | sed 's/^Bindings$$/Bindings {#bindings}/' > $@ + echo -e "\\page usage Usage\n\\section getting Building & Embedding" | cat - $^ | sed 's/^Bindings$$/Bindings {#bindings}/' > $@ doxygen: docs/Doxyfile docs/overall.md docs/intro.md docs/usage.md mdbx.h src/options.h ChangeLog.md AUTHORS LICENSE rm -rf docs/html && cp mdbx.h src/options.h ChangeLog.md docs/ && (cd docs && doxygen Doxyfile) && cp AUTHORS LICENSE docs/html/ diff --git a/docs/_toc.md b/docs/_toc.md index 60e7748b..2e06e62b 100644 --- a/docs/_toc.md +++ b/docs/_toc.md @@ -8,30 +8,11 @@ each of which is divided into several sections. 1. The \ref intro - \ref characteristics - - Preface - - Features - - Limitations - - Gotchas - - Comparison with other databases - \ref restrictions - \ref performance - - Integral performance - - Read Scalability - - Sync-write mode - - Lazy-write mode - - Async-write mode - - Cost comparison 2. \ref usage - \ref getting - - Embedding - - Building - \ref starting - - Opening - - Cursors - - Threads and processes - - Transactions - - Duplicate keys aka Multi-values - - Cleaning up - \ref bindings 3. The `C` API manual: