Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/development/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Start the development server with:
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.
4 changes: 3 additions & 1 deletion docs/project-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Start the development server with:
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.
4 changes: 3 additions & 1 deletion includes/docs.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ Start the development server with:
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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 %}
Expand Down
32 changes: 24 additions & 8 deletions tests/__snapshots__/test_docs.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down Expand Up @@ -178,7 +180,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down Expand Up @@ -287,7 +291,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down Expand Up @@ -401,7 +407,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down Expand Up @@ -519,7 +527,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down Expand Up @@ -642,7 +652,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down Expand Up @@ -760,7 +772,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down Expand Up @@ -883,7 +897,9 @@
poe docs
```

The documentation site will be served at **<http://localhost:8000>**.
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.

Expand Down
2 changes: 2 additions & 0 deletions zensical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ nav = [
"project-updates.md",
"project-release.md",
] },
] },
{ "Development" = [
{ "Development" = [
"development/requirements.md",
"development/workflow.md",
Expand Down
Loading