Move the JSON example into a details element.

This commit is contained in:
Stuart Colville 2020-09-07 16:37:32 +01:00 коммит произвёл GitHub
Родитель 132cbfa2d0
Коммит ed18357ea0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -183,7 +183,8 @@ Looks like this ![Alert Screenshot](../master/screenshots/alert.png)
- Categories have a `category` attibute (which denotes the category title), and a `pages` attribute (which lists sub-pages of the overview page).
- The Documentation Topics section pages are nested inside a `subfolderitems` node, which creates the dropdown panel.
General overview of the `pages.json` layout:
<details>
<summary>General overview of the `pages.json` layout:</summary>
```json
[
@ -287,6 +288,8 @@ General overview of the `pages.json` layout:
]
```
</details>
### How to add a "Content Guidelines" page
#### Create a new page