Skip to content

Commit

Permalink
Just some existing doc adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
opengeek committed Oct 30, 2019
1 parent d184672 commit a00a2db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are various methods for installing Teleport so you can begin using it. Cho

* [Releases](install/releases.md) - You can download zip and tar.gz formats of any Teleport release, extract them in an appropriate location, and run `composer install` in that location to download the required dependencies. GitHub releases of the project are available [here](https://github.com/modxcms/teleport/releases).

* [Git Clone](install/git-clone.md) - Contributors can clone the teleport repository or their own fork of it from GitHub, and run `composer install --dev` in that location to download the required dependencies, including those specified in the require-dev section of the [`composer.json`](../composer.json).
* [Git Clone](install/git-clone.md) - Contributors can clone the teleport repository or their own fork of it from GitHub, and run `composer install --dev` in that location to download the required dependencies, including those specified in the require-dev section of the `composer.json`.


## Use
Expand Down
34 changes: 19 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@ site_name: Teleport for MODX
docs_dir: doc
nav:
- Introduction: index.md
- Installation Install from Release: install/releases.md
- Installation Install from Git: install/git-clone.md
- Installation Install Phar: install/phar.md
- User Guide Profile: use/profile.md
- User Guide Extract: use/extract.md
- User Guide Inject: use/inject.md
- User Guide Push: use/push.md
- User Guide User Create: use/user-create.md
- User Guide Package Garbage Collection: use/packages/gc.md
- User Guide Workspace Garbage Collection: use/workspace/gc.md
- User Guide Server: use/server.md
- Extract Tpls Intro to Extract Tpls: use/extract/tpl.md
- Extract Tpls resource_children.tpl: use/extract/tpl/resource_children.md
- Extend Custom Actions: extend/custom-actions.md
- Extend Custom Extract Tpls: extend/custom-extract-tpls.md
- Installation:
- Install from Release: install/releases.md
- Install from Git: install/git-clone.md
- Install Phar: install/phar.md
- Actions:
- Profile: use/profile.md
- Extract: use/extract.md
- Inject: use/inject.md
- Push: use/push.md
- User Create: use/user-create.md
- Package Garbage Collection: use/packages/gc.md
- Workspace Garbage Collection: use/workspace/gc.md
- Extract Tpls:
- Intro to Extract Tpls: use/extract/tpl.md
- resource_children.tpl: use/extract/tpl/resource_children.md
- Server: use/server.md
- Extend:
- Custom Actions: extend/custom-actions.md
- Custom Extract Tpls: extend/custom-extract-tpls.md
- Contributing: contribute.md
theme: readthedocs
repo_name: modxcms/teleport
Expand Down

0 comments on commit a00a2db

Please sign in to comment.