Skip to content

Commit c9abf95

Browse files
committed
Initial setup
0 parents  commit c9abf95

File tree

6 files changed

+46
-0
lines changed

6 files changed

+46
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# MongoDB C Driver Documentation
2+
3+
This repository contains documentation for the MongoDB C Driver.
4+
5+
## Report Issues
6+
7+
To file issues or requests regarding the documentation, go to the
8+
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_.
9+
10+
## License
11+
12+
All documentation is available under the terms of a `Creative Commons
13+
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_.
14+
15+
If you have any questions, please contact `[email protected]
16+
<mailto:[email protected]>`_.
17+
18+
-- The MongoDB Documentation Team

config/redirects

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
define: prefix docs/drivers/c
2+
define: base https://www.mongodb.com/${prefix}
3+
define: versions master
4+
5+
# raw: <source file> -> ${base}/<destination>
6+

snooty.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name = "c"
2+
title = "C Driver"
3+
4+
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
5+
"https://www.mongodb.com/docs/atlas/objects.inv"
6+
]
7+
8+
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
9+
10+
# [constants]
11+
# constant = "value"

source/index.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
==================
2+
Atlas App Services
3+
==================
4+
5+
.. default-domain:: mongodb
6+
7+
Your words here. Don't forget to add a toctree!
8+
9+
Have a lovely day!
10+

worker.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)