This repository contains the wiki content for AdvancedPlugins' products. It's integrated with GitBook for automatic updates and easy navigation.
- Create a new file with a
.md
extension in the appropriate directory. - Write your content using Markdown syntax.
- Update the
SUMMARY.md
file to add your new page to the sidebar menu.
- Navigate to the
.md
file you want to edit. - Make your changes, ensuring you maintain proper Markdown formatting.
- If you've significantly changed the content or title, remember to update the
SUMMARY.md
file accordingly.
- Use descriptive file names: For example,
multi-type-jobs.md
instead ofpage1.md
. - Organize content in logical directories: Group related pages in folders like
jobs/
,commands/
, etc. - Use proper Markdown formatting: Utilize headers, lists, code blocks, and other Markdown features for clear, readable content.
- All changes pushed to the
main
branch will automatically update the GitBook wiki. - The sidebar structure in GitBook is determined by the
SUMMARY.md
file.
The SUMMARY.md
file should follow this basic structure:
# Table of contents
* [Introduction](README.md)
## Section 1
* [Page 1](section1/page1.md)
* [Page 2](section1/page2.md)
## Section 2
* [Page 3](section2/page3.md)
* [Page 4](section2/page4.md)