Skip to content

Commit ca0b1b2

Browse files
committed
impl: changing theme to material
1 parent a3148b2 commit ca0b1b2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
run: make venv
4545

4646
- name: Build docs
47-
run: make docs
47+
run: |
48+
uv pip install mkdocs-material
49+
make docs
4850
4951
- name: Setup Pages
5052
uses: actions/configure-pages@v5

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Codex Sub-Agent
22
site_description: Reusable MCP workflows for Codex CLI
3-
site_url: https://example.com/codex-sub-agent
4-
repo_url: https://github.com/example/codex-sub-agent
3+
site_url: https://zskulcsar.github.io/codex-sub-agents
4+
repo_url: https://github.com/zskulcsar/codex-sub-agents
55
nav:
66
- Home: index.md
77
- Quickstart: quickstart.md
@@ -13,8 +13,8 @@ nav:
1313
docs_dir: docs
1414
site_dir: site
1515
theme:
16-
name: mkdocs
16+
name: material
1717
extra:
1818
social:
1919
- icon: fontawesome/brands/github
20-
link: https://github.com/example/codex-sub-agent
20+
link: https://github.com/zskulcsar/codex-sub-agents

0 commit comments

Comments
 (0)