Skip to content

Commit 1e75aa6

Browse files
feat(docs): configure mkdocs
1 parent fabdc1e commit 1e75aa6

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

mkdocs.repo.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repo_url: https://github.com/CodeForPhilly/codeforphilly
2+
3+
extra:
4+
repository:
5+
name: laddr
6+
url: [email protected]:CodeForPhilly/codeforphilly.git

mkdocs.site.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
site_name: CodeForPhilly.org Docs
2+
site_url: https://codeforphilly.github.io/codeforphilly
3+
4+
theme:
5+
palette:
6+
primary: "red"
7+
accent: "blue"

mkdocs.studio.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extra:
2+
studio:
3+
name: codeforphilly-studio
4+
web_port: 9080
5+
docs_port: 9088
6+
mysql_port: 9086

0 commit comments

Comments
 (0)