Skip to content

Commit

Permalink
chore(docs): integrate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSM authored Mar 5, 2022
1 parent c60dd2a commit c686e79
Show file tree
Hide file tree
Showing 127 changed files with 1,106 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cypress.env.json
/build
/buildzip

# docs
/docs
# jsdoc
/jsdoc

# misc
.DS_Store
Expand Down
5 changes: 5 additions & 0 deletions docs/user/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Capture app

## Table of contents

- [Using the Capture app](using-the-capture-app.md)
1 change: 1 addition & 0 deletions docs/user/index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Capture: 'using-the-capture-app.md'
Binary file added docs/user/resources/images/auto-generated-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/auto-generated-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/auto-generated-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/auto-generated-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/auto-generated-05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/auto-generated-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/auto-generated-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/auto-generated-08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/create_new_event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/delete_event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/resources/images/event_list.png
Binary file added docs/user/resources/images/filter_event.png
Binary file added docs/user/resources/images/modify_event_list.png
Binary file added docs/user/resources/images/register_tei.png
Binary file added docs/user/resources/images/search_tei.png
Binary file added docs/user/resources/images/sort_event.png
Binary file added docs/user/resources/images/tei_list_filters.png
Binary file added docs/user/resources/images/tracker_program.png
Binary file added docs/user/resources/images/view_delete.png
Binary file added docs/user/resources/images/view_save_filters.png
Binary file added docs/user/resources/images/view_save_menu.png
Binary file added docs/user/resources/images/view_save_name.png
Binary file added docs/user/resources/images/view_share.png
Binary file added docs/user/resources/images/view_share_access.png
Binary file added docs/user/resources/images/view_update.png
1,096 changes: 1,096 additions & 0 deletions docs/user/using-the-capture-app.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jsdoc-conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "./docs/",
"destination": "./jsdoc/",
"recurse": true
},
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"test": "d2-app-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"test2": "react-scripts test",
"docs": "NODE_ENV=development jsdoc -c jsdoc-conf.json",
"jsdoc": "NODE_ENV=development jsdoc -c jsdoc-conf.json",
"linter:check": "eslint -c .eslintrc . --quiet",
"flow:check": "./node_modules/.bin/flow check ./src",
"flow:addTypes": "flow-typed install",
Expand Down

0 comments on commit c686e79

Please sign in to comment.