Skip to content

Commit a657880

Browse files
committed
Update instructions for using glossary code
Signed-off-by: cjyabraham <[email protected]>
1 parent 6038006 commit a657880

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spin-new-glossary.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ rm -rf themes/docsy
1212
git submodule add https://github.com/google/docsy.git themes/docsy
1313
```
1414

15+
Switch the docsy repo to the same changeset used in the CNCF Glossary if you want to keep the UI consistent:
16+
```
17+
cd themes/docsy/
18+
git checkout 170cdd9
19+
```
20+
1521
Create a .gitignore with these lines:
1622
```
1723
public/

0 commit comments

Comments
 (0)