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
.mdextension in the appropriate directory. - Write your content using Markdown syntax.
- Update the
SUMMARY.mdfile to add your new page to the sidebar menu.
- Navigate to the
.mdfile 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.mdfile accordingly.
- Use descriptive file names: For example,
multi-type-jobs.mdinstead 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
mainbranch will automatically update the GitBook wiki. - The sidebar structure in GitBook is determined by the
SUMMARY.mdfile.
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)