diff --git a/docs/development/workflow.md b/docs/development/workflow.md index f4a475e..92f211e 100644 --- a/docs/development/workflow.md +++ b/docs/development/workflow.md @@ -57,6 +57,8 @@ Start the development server with: poe docs ``` -The documentation site will be served at ****. +The documentation site will be served at: + +[**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. diff --git a/docs/project-development.md b/docs/project-development.md index 1fc1e07..bc45ebd 100644 --- a/docs/project-development.md +++ b/docs/project-development.md @@ -34,6 +34,8 @@ Start the development server with: poe docs ``` -The documentation site will be served at ****. +The documentation site will be served at: + +[**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. diff --git a/includes/docs.jinja b/includes/docs.jinja index 6e5392e..235ceea 100644 --- a/includes/docs.jinja +++ b/includes/docs.jinja @@ -78,7 +78,9 @@ Start the development server with: poe docs ``` -The documentation site will be served at ****. +The documentation site will be served at: + +[**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. {%- endif %} diff --git a/tests/__snapshots__/test_docs.ambr b/tests/__snapshots__/test_docs.ambr index 6c962c8..725900d 100644 --- a/tests/__snapshots__/test_docs.ambr +++ b/tests/__snapshots__/test_docs.ambr @@ -64,7 +64,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. @@ -178,7 +180,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. @@ -287,7 +291,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. @@ -401,7 +407,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. @@ -519,7 +527,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. @@ -642,7 +652,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. @@ -760,7 +772,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. @@ -883,7 +897,9 @@ poe docs ``` - The documentation site will be served at ****. + The documentation site will be served at: + + [**http://localhost:8000**](http://localhost:8000){ .md-button .md-button--primary target="_blank" } To use a different bind host/port, run `poe --help docs` for arguments info. diff --git a/zensical.toml b/zensical.toml index b025ed0..8007409 100644 --- a/zensical.toml +++ b/zensical.toml @@ -20,6 +20,8 @@ nav = [ "project-updates.md", "project-release.md", ] }, + ] }, + { "Development" = [ { "Development" = [ "development/requirements.md", "development/workflow.md",