You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/default-theme-config/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,14 @@ module.exports = {
321
321
}
322
322
```
323
323
324
+
You can also hide the edit link on a specific page via `YAML front matter`:
325
+
326
+
```yaml
327
+
---
328
+
editLink: false
329
+
---
330
+
```
331
+
324
332
## Simple CSS Override
325
333
326
334
If you wish to apply simple overrides to the styling of the default theme, you can create an `.vuepress/override.styl` file. This is a [Stylus](http://stylus-lang.com/) file but you can use normal CSS syntax as well.
0 commit comments