Skip to content

Commit

Permalink
Merge pull request #93 from steniowagner/feat/project-documentation
Browse files Browse the repository at this point in the history
chore: generating docs using spectaql
  • Loading branch information
steniowagner authored Feb 17, 2024
2 parents 034a955 + 4162c87 commit 633a0e6
Show file tree
Hide file tree
Showing 10 changed files with 8,926 additions and 53 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NEWS_API_KEY=<YOUR_NEWS_API_KEY>
THE_MOVIE_DB_API_READ_ACCESS_TOKEN=<YOUR_THE_MOVIE_DB_API_READ_ACCESS_TOKEN>
PORT=<PORT>
STEP_ZEN_KEY=<YOUR_STEP_ZEN_KEY>
6 changes: 5 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@

npm run prettier:fix
npm run lint:fix
npm run test
npm run build
npm run test
rm -rf docs
mkdir docs
npx spectaql spectaql-config.yaml -t ./docs
git add -A .
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,321 changes: 7,321 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/javascripts/spectaql.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/stylesheets/spectaql.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"husky": "^8.0.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"spectaql": "^2.3.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
Expand Down
Loading

0 comments on commit 633a0e6

Please sign in to comment.