We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acdf34 commit c2b7d82Copy full SHA for c2b7d82
README.md
@@ -1,5 +1,19 @@
1
# hemlock-docs
2
3
+## Intro
4
+
5
Here be documentation for the Hemlock mobile apps, and the Evergreen users and administrators that support them.
6
7
These docs are published to https://kenstir.github.io/hemlock-docs/ from the `main` branch and we built using [Docusaurus](https://docusaurus.io/).
8
9
+## Contributing
10
11
+1. Preview the site locally
12
+ ```bash
13
+ npm ci
14
+ npm start
15
+ ```
16
+1. Build and check for broken links
17
18
+ npm run build
19
static/img/logo.svg
0 commit comments