docs: fix typos
parent
4424e0b81c
commit
a92eb9f0aa
|
@ -23,3 +23,4 @@ Geekdoc is a simple Hugo theme for documentations. It is intentionally designed
|
|||
- Easy customization
|
||||
- Zero initial configuration
|
||||
- Handy shortcodes
|
||||
- Dark mode
|
||||
|
|
|
@ -243,7 +243,7 @@ geekdocAnchor = true
|
|||
# from data file, otherwise information may be leaked. Setting this parameter to 'true' will exclude the
|
||||
# page from search data, feeds, etc.
|
||||
# WARNING: Consider hosting a standalone, fully auth-protected static page for secret information instead!
|
||||
geekdocProtected: false
|
||||
geekdocProtected = false
|
||||
```
|
||||
|
||||
{{< /tab >}}
|
||||
|
|
Loading…
Reference in New Issue