Skip to content

Commit 37ec4a1

Browse files
amiable-devclaude
andcommitted
feat: Prepare documentation site for getconductor.dev deployment
Part 5 preparation - configure documentation for custom domain: - Update book.toml with getconductor.dev CNAME - Change site-url from /conductor/ to / for root domain - Update description to reflect multi-protocol capabilities - Add CNAME file generation to deploy-docs workflow Ready for DNS configuration when Part 5 begins. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1722c5a commit 37ec4a1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build documentation
3333
run: cd docs-site && mdbook build
3434

35+
- name: Add CNAME for custom domain
36+
run: echo "getconductor.dev" > docs-site/book/CNAME
37+
3538
- name: Upload artifact
3639
uses: actions/upload-pages-artifact@v3
3740
with:

docs-site/book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Conductor Documentation"
33
authors = ["Amiable Dev"]
44
language = "en"
55
src = "src"
6-
description = "Transform MIDI controllers into advanced macro pads with RGB feedback and timing-based triggers"
6+
description = "Multi-protocol input automation for MIDI controllers, game controllers, and custom hardware"
77

88
[build]
99
build-dir = "book"
@@ -14,8 +14,8 @@ default-theme = "light"
1414
preferred-dark-theme = "navy"
1515
git-repository-url = "https://github.com/amiable-dev/conductor"
1616
edit-url-template = "https://github.com/amiable-dev/conductor/edit/main/docs-site/src/{path}"
17-
site-url = "/conductor/"
18-
cname = ""
17+
site-url = "/"
18+
cname = "getconductor.dev"
1919

2020
[output.html.fold]
2121
enable = true

0 commit comments

Comments
 (0)