From 8b447f2300baaec657a0efcea4b468e3b26f4815 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Mon, 18 May 2026 23:19:25 -0700 Subject: [PATCH 1/2] Show `poe docs` site link as button in documentation --- docs/development/workflow.md | 4 +++- docs/project-development.md | 4 +++- includes/docs.jinja | 4 +++- tests/__snapshots__/test_docs.ambr | 32 ++++++++++++++++++++++-------- 4 files changed, 33 insertions(+), 11 deletions(-) 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. From bcf3eac0e333e7e6948dcac1a705ea24bc034e8b Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Mon, 18 May 2026 23:19:25 -0700 Subject: [PATCH 2/2] Move copier-python's Development docs to new site tab --- zensical.toml | 2 ++ 1 file changed, 2 insertions(+) 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",