Skip to content

Commit be47535

Browse files
author
Andrei Jiroh Eugenio Halili
committed
Update content and stuff
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
1 parent 9240434 commit be47535

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

pages/choose-your-path.mdx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ Pick an path you want to go as you explore the documentation site.
1414

1515
If you're an regular user, thUser Guilde should ve fine for you.
1616

17-
render(
18-
<Button as={Link} to="/user-guide/">
19-
Open user guide
20-
</Button>,
21-
)
17+
<Button as={Link} to="/user-guide/">Open user guide</Button>
2218

2319
## For template maintainers, new and seasoned
2420

2521
We have somethings for you. We made an handbook for maintaining an `deploy-code-server`-like template easy and mangable for you.
2622

27-
render(
28-
<Button as={Link} to="/maintainer-docs/">
29-
Open maintainer's handbook
30-
</Button>,
31-
)
23+
<Button as={Link} to="/maintainer-docs/">Open handbook for maintainers</Button>

pages/maintainer-docs/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Welcome to the template maintainer's docs! We'll start the migration process fro
1111

1212
* Post-repo Creation Checklist - provided as `POST_REPO_CREATION_CHECKLIST.md` file, from setting up GitHub Actions to adjusting repository settings and add branch protection.
1313
* Release Management - how to keep your Docker images in-sync with code-server releases, as much as possible
14+
* Reproducible Builds - reproducing Docker image builds locally or in an cloud dev environment.

0 commit comments

Comments
 (0)