Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

[Prototype] Docs with Docusaurus #1111

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- node_modules
- ~/.cache/Cypress
- run: npm run build
- run: npm run docs
- run:
name: check php code style
command: vendor/bin/php-cs-fixer fix --dry-run --no-interaction --verbose
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/node_modules
/public/assets/**
/public/build
/public/dist
/public/storage
/storage/debugbar
Expand All @@ -10,6 +11,7 @@
.env.backup
.php_cs.cache
.phpunit.result.cache
.vscode

Homestead.json
Homestead.yaml
Expand Down
6 changes: 0 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"required": true
},
"DS_ENABLE_BLINK": "false",
"LOG_REQUEST_DETAILS": {
"required": true
},
"NORTHSTAR_AUTH_ID": {
"required": true
},
Expand All @@ -64,9 +61,6 @@
},
"NORTHSTAR_URL": {
"required": true
},
"ROGUE_API_KEY": {
"required": true
}
}
}
Loading