mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-23 09:51:45 +08:00
添加 hugo website
This commit is contained in:
15
website/content/docs/shortcodes/section/_index.md
Normal file
15
website/content/docs/shortcodes/section/_index.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
bookCollapseSection: true
|
||||
---
|
||||
|
||||
# Section
|
||||
|
||||
Section renders pages in section as definition list, using title and description.
|
||||
|
||||
## Example
|
||||
|
||||
```tpl
|
||||
{{</* section */>}}
|
||||
```
|
||||
|
||||
{{<section>}}
|
1
website/content/docs/shortcodes/section/page1.md
Normal file
1
website/content/docs/shortcodes/section/page1.md
Normal file
@ -0,0 +1 @@
|
||||
# Page 1
|
1
website/content/docs/shortcodes/section/page2.md
Normal file
1
website/content/docs/shortcodes/section/page2.md
Normal file
@ -0,0 +1 @@
|
||||
# Page 2
|
Reference in New Issue
Block a user