Skip to content

Commit dedf2e1

Browse files
author
Landon Reed
authored
Merge pull request #48 from conveyal/user-doc-update
docs(docs): Update docs for new manager UI and editor module
2 parents 48f255b + 820a90f commit dedf2e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+478
-21
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ cache:
77
yarn: true
88
before_install:
99
- npm i -g codecov
10+
- pip install --user mkdocs
1011
script:
1112
- yarn run lint
1213
- yarn run cover-client
1314
- codecov
1415
- yarn run build
16+
- mkdocs build
1517

1618
# If sudo is disabled, CI runs on container based infrastructure (allows caching &c.)
1719
sudo: false

docs/dev/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ AUTH0_TOKEN: your-auth0-api-token
9595

9696
**Note**: to generate the `api_token`, go to Documentation > Management API. After adding scopes, your token will appear in the input field.
9797

98-
![Auth0 token generator](/img/auth0-token-generator.png =50x)
98+
![Auth0 token generator](../img/auth0-token-generator.png)
9999

100100
To allow for the creation, deletion and editing of users you must generate a token for the following scopes:
101101

docs/img/add-fare-zone.png

6.13 KB
Loading

docs/img/auth0-token-generator.png

-11.1 KB
Loading

docs/img/create-project.png

-106 KB
Loading

docs/img/create-user.png

-126 KB
Loading

docs/img/edit-calendars.png

1.16 MB
Loading

docs/img/edit-fare-rules.png

33 KB
Loading

docs/img/edit-fares.png

1.13 MB
Loading

docs/img/edit-frequencies.png

167 KB
Loading

0 commit comments

Comments
 (0)