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
2 changes: 1 addition & 1 deletion docsy.dev/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
tdVersion:
latest: &tdLatestVers v0.15.0
dev: &tdDevVers v0.15.1-dev
buildId: &tdBuildId 001-over-main-01c827ea
buildId: &tdBuildId 002-over-main-ce9942b8

version: *tdDevVers
version_menu: *tdDevVers
Expand Down
2 changes: 1 addition & 1 deletion docsy.dev/config/doc-rooted/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
tdVersion:
latest: &tdLatestVers v0.15.0
dev: &tdDevVers v0.15.1-dev
buildId: &tdBuildId 001-over-main-01c827ea
buildId: &tdBuildId 002-over-main-ce9942b8

version: &tdDocRootedVers Doc-rooted of Next
version_menu: *tdLatestVers
Expand Down
2 changes: 1 addition & 1 deletion docsy.dev/config/production/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
tdVersion:
latest: &tdLatestVers v0.15.0
dev: &tdDevVers v0.15.1-dev
buildId: &tdBuildId 001-over-main-01c827ea
buildId: &tdBuildId 002-over-main-ce9942b8

version: *tdLatestVers
version_menu: *tdLatestVers
Expand Down
4 changes: 2 additions & 2 deletions docsy.dev/content/en/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ The Docsy project provides two site starter templates:

| Site | Repo | Docsy |
| ---------------------------------- | ----------------------------------------- | ---------------- |
| [Goldydocs][] - main Docsy example | <{{% param github_repo %}}-example> | v0.14.1 (latest) |
| [Docsy starter][] | <https://github.com/chalin/docsy-starter> | v0.14.1 (latest) |
| [Goldydocs][] - main Docsy example | <{{% param github_repo %}}-example> | v0.15.0 (latest) |
| [Docsy starter][] | <https://github.com/chalin/docsy-starter> | v0.15.0 (latest) |

In addition to these example starters, there are several live sites using the
theme. Consider adding your Docsy-based site to this page once you have a
Expand Down
7 changes: 6 additions & 1 deletion docsy.dev/content/en/project/about/maintainer-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ If not adjust accordingly.

10. **Pull the PR** to get the last changes.

11. **Test Docsy** from [docsy-example][], for example.
11. **Test Docsy** from [docsy-example][] and the docsy-starter. (Consider
updating the Docsy version for these examples in the examples page.)

12. **Ensure** that you're:
- On the target `$BASE` branch
Expand Down Expand Up @@ -378,6 +379,9 @@ with the following modifications:
to the new release.
- To create a new release draft, visit [Docsy-example release draft][].

3. **Update the [Examples page][]** Docsy version in the Starter templates
table to {{% dev-version final %}}.

[Docsy-example release draft]:
https://github.com/google/docsy-example/releases/new
[example.docsy.dev]: https://example.docsy.dev
Expand Down Expand Up @@ -458,6 +462,7 @@ before any further changes are merged into the `main` branch:
[docsy.dev/config/_default/hugo.yaml]: <{{% param github_repo %}}/blob/main/docsy.dev/config/_default/hugo.yaml>
[docsy.dev/package.json]: <{{% param github_repo %}}/blob/main/docsy.dev/package.json>
[Draft a new release]: <{{% param github_repo %}}/releases/new>
[Examples page]: /examples/
[go.mod]: <{{% param github_repo %}}/blob/main/go.mod>
[install-hugo.sh]: <{{% param github_repo %}}/blob/main/docsy.dev/scripts/install-hugo.sh>
[package.json]: <{{% param github_repo %}}/blob/main/package.json>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsy",
"version": "0.15.1-dev+001-over-main-01c827ea",
"version": "0.15.1-dev+002-over-main-ce9942b8",
"repository": "github:google/docsy",
"homepage": "https://www.docsy.dev",
"license": "Apache-2.0",
Expand Down
Loading