Skip to content

Commit

Permalink
DOCSP-4925: uses bi-connector theme, restores mysteriously necessary …
Browse files Browse the repository at this point in the history
…conf files"
  • Loading branch information
schmalliso committed Apr 26, 2022
1 parent 82d459a commit 9995893
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build/
*pyc
*DS_Store
.#*
*.bak
meta.yaml
fabfile
giza.log
backups

Empty file added config/pdfs.yaml
Empty file.
34 changes: 34 additions & 0 deletions config/push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
target: push
paths:
remote: /data/sites/docs/bi-connector
local: public
static: ['.htaccess']
options: ['recursive']
env: publication
dependency: push-if-up-to-date
---
target: push-with-delete
paths:
remote: /data/sites/docs/bi-connector
local: public
static: ['.htaccess']
options: ['delete', 'recursive']
env: publication
dependency: publish
---
target: stage
paths:
remote: /srv/public/test/bi-connector
local: public
options: ['recursive']
env: staging
dependency: stage-if-up-to-date
---
target: stage-with-delete
paths:
remote: /srv/public/test/bi-connector
local: public
options: ['delete', 'recursive']
env: staging
dependency: publish
...
2 changes: 1 addition & 1 deletion config/sphinx_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ master_doc: 'index'
paths:
static: ['source/.static']
theme:
name: 'kafka-connector'
name: 'bi-connector'
sitename: 'MongoDB Kafka Connector'
jira: 'DOCSP'
google_analytics: 'UA-7301842-8'
Expand Down
7 changes: 7 additions & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
=======================
MongoDB Kafka Connector
=======================

.. default-domain:: mongodb

Herein lies documentation.

0 comments on commit 9995893

Please sign in to comment.