-
Notifications
You must be signed in to change notification settings - Fork 293
Using Helper Tools
Here you can find a list of available helper tools that make life easier.
All helper tools are actually rake tasks. The implementation of the rake tasks is available in ajax_docs/RakeFile.
Important: Make sure that the local repository (ajax-docs) is configured to use SSH connection, and that your account have access to the xaml-docs repository.
In the root of ajax-docs, run:
rake xaml_docs
Note, by default the task will build the inheritance tree of all
*.md
files located in theapi/client
folder without overriding the existing slugs, and trees. To fine-tune the tool, see Optional Configurations.
In the root of ajax-docs, run:
rake build_inheritance
The configuration file is located in helper_tools
folder—build_inheritance.yml
file.
Default structure:
path: "api/client"
files: []
override_inheritance: false
override_slug: false
Options' description:
-
path—configures where the client-side API reference is located;
-
files—is an array of files, which to be processed;
If the array is empty, all files in the path will be processed.
-
override_inheritance—configures whether to override the already built inheritance tree(s);
-
override_slug—configures whether to override the automatically generated slugs.
- Home
- Getting Started
- Deploying Documentation on IIS
- Git and GitHub Workflow
- Handling Redirects (link to the docs-seed wiki)
- Markdown Syntax (link to the docs-seed wiki)
- Markdown Nesting (link to the docs-seed wiki)
- Using Templates (link to the docs-seed wiki)
- Using Git and Git Bash
- Faster Jekyll Build via generate_exclude.rb Script
- Using Helper Tools
- Troubleshooting
- Use VS Diff tool with Git and SourceTree