Files
soci/mkdocs.yml
Vadim Zeitlin 55e93b1619 Update copyright and acknowledgments in the documentation
Remove separate mention of Maciej, he is already prominently present on
the team page too.
2025-03-04 18:50:25 +01:00

52 lines
1.5 KiB
YAML

site_name: SOCI (master)
site_description: SOCI - The C++ Database Access Library
repo_url: https://github.com/SOCI/soci/
copyright: Copyright &copy; 2017-2025 <a href="https://soci.sourceforge.net/people.html">SOCI Team</a>.
nav:
- Home: index.md
- Overview:
- Getting Started: quickstart.md
- Installation: installation.md
- Library Structure: structure.md
- License: license.md
- FAQ: faq.md
- User Guide:
- Connections: connections.md
- Queries: queries.md
- Data Binding: binding.md
- Data Indicators: indicators.md
- Data Types: types.md
- LOBs: lobs.md
- Statements: statements.md
- Transactions: transactions.md
- Procedures: procedures.md
- Errors: errors.md
- Logging: logging.md
- Interfaces: interfaces.md
- Backends:
- Features: backends/index.md
- DB2: backends/db2.md
- Firebird: backends/firebird.md
- MySQL: backends/mysql.md
- ODBC: backends/odbc.md
- Oracle: backends/oracle.md
- PostgreSQL: backends/postgresql.md
- SQLite3: backends/sqlite3.md
- Miscellaneous:
- Beyond SQL: beyond.md
- Multi-threading: multithreading.md
- Boost: boost.md
- Utilities: utilities.md
- Vagrant: vagrant.md
- API:
- Client API: api/client.md
- Backend API: api/backend.md
- Ada:
- languages/ada/index.md
- languages/ada/concepts.md
- languages/ada/idioms.md
- languages/ada/reference.md
#theme: readthedocs