Skip to content

Commit

Permalink
feat: Add ACH docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Sep 3, 2019
1 parent a650e6e commit 19e80dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions OUTSIDE_DOCS
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ eslint-config-cozy-app https://github.com/cozy/cozy-libs.git packages/eslint-con
cozy-flags https://github.com/cozy/cozy-libs.git packages/cozy-flags
cozy-realtime https://github.com/cozy/cozy-libs.git packages/cozy-realtime
cozy-banks https://github.com/cozy/cozy-banks.git .
ach https://github.com/cozy/ach.git .
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ nav:
- Babel preset: babel-preset-cozy-app/README.md
- Commitlint: commitlint-config-cozy/README.md
- ESLint: eslint-config-cozy-app/README.md
- ACH: ach/README.md
- Advanced:
- Stack server:
- README: cozy-stack/README.md
Expand Down Expand Up @@ -213,5 +214,8 @@ extra:
- name: cozy-realtime
repo: https://github.com/cozy/cozy-libs.git
subdir: packages/cozy-realtime
- name: ach
repo: https://github.com/cozy/ach.git
subdir: .
search:
tokenizer: "[^a-z\u0430-\u044F\u04510-9\\-\\.]"
1 change: 1 addition & 0 deletions mkdocs.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ nav:
- Babel preset: <babel-preset-cozy-app>
- Commitlint: <commitlint-config-cozy>
- ESLint: <eslint-config-cozy-app>
- ACH: <ach>
- Advanced:
- Stack server: <cozy-stack>
- Registry server: <cozy-apps-registry>
Expand Down

0 comments on commit 19e80dc

Please sign in to comment.