chore(markdown): Restructuring dev docs
This commit is contained in:
parent
9ef46c502a
commit
d42d9a9377
114 changed files with 246 additions and 1462 deletions
15
markdown/dev/reference/api/config/hide/en.md
Normal file
15
markdown/dev/reference/api/config/hide/en.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: hide
|
||||
---
|
||||
|
||||
```js
|
||||
hide: [
|
||||
"base"
|
||||
]
|
||||
```
|
||||
|
||||
An array that lists pattern parts that should be hidden by default.
|
||||
|
||||
Hidden means that they will be drafted, but not rendered. Typically used
|
||||
for a base part on which other parts are built.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue