Skip to content

Commit a5ab6f2

Browse files
committed
chore: setup repo
0 parents  commit a5ab6f2

File tree

6 files changed

+63
-0
lines changed

6 files changed

+63
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
build/*
2+
*.swp
3+
.#*
4+
\#*#
5+
*__pycache__*
6+
*.pyc
7+
docs/index.html
8+
*.pid
9+
*~
10+
buildbot/gh.log
11+
buildbot/nohup.out
12+
docs.10gen.cc/build/
13+
docs.10gen.cc/build/logo.png
14+
docs.10gen.cc/logo.png
15+
docs.10gen.cc/mongodb-logo*
16+
TAGS
17+
jira/build/

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# docs-app-services
2+
3+
[Your words here].
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

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

snooty.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name = "intellij"
2+
title = "MongoDB for IntelliJ Plugin"
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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
===========================
2+
MongoDB for IntelliJ Plugin
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"build-and-stage-next-gen"

0 commit comments

Comments
 (0)