Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch next into main #523

Merged
merged 21 commits into from
May 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
bfe1ff7
chore(deps): update dependency typedoc to v0.24.4 (#493)
renovate[bot] Apr 17, 2023
467dbc2
chore(package): cleanup root package.json
ShaggyTech Apr 23, 2023
5f0ed2e
chore(repo): clean up all READMEs in the monorepo
ShaggyTech Apr 24, 2023
aca5b2a
refactor(docs): move all endpoint doc pages into /api/endpoints, upda…
ShaggyTech Apr 25, 2023
b428557
refactor(api): rename useNHTSA.cacheUrl -> useNHTSA.createCachedUrl
ShaggyTech Apr 25, 2023
132ce75
docs(deps): add dependency sass
ShaggyTech May 1, 2023
83b7df9
chore(repo): add .vercel folder to gitignore
ShaggyTech May 1, 2023
650d0dd
style(docs): add custom sass styles borrowed from stackblitz docs
ShaggyTech May 1, 2023
6e354c9
refactor(docs): changes to menu and config
ShaggyTech May 1, 2023
481e61b
refactor(docs): rework folder structure, overall improvements and fixes
ShaggyTech May 1, 2023
fa5d19d
docs: add hero.png and robots.txt
ShaggyTech May 1, 2023
301d71d
docs: clean up documentation
ShaggyTech May 1, 2023
a4d29f3
deployment: switch documentation url to vpic.shaggytech.com
ShaggyTech May 1, 2023
4829041
feat(sitemap): add sitemap generation to docs
ShaggyTech May 1, 2023
36f0a98
Merge branch 'main' into next
ShaggyTech May 1, 2023
358c9c6
docs: add favicon.ico icon
ShaggyTech May 1, 2023
bb16d2e
docs: use png extension for favicon
ShaggyTech May 1, 2023
2053665
chore(docs): set vitepress base to '/' as v3 docs are now on subdomain
ShaggyTech May 4, 2023
9bf9ff2
ci: remove old github actions workflows
ShaggyTech May 7, 2023
4993be9
chore(config): remove deprecated tsconfig options from vitepress config
ShaggyTech May 7, 2023
050c44c
chore(docs): move .vitepress folder out of src folder and into root d…
ShaggyTech May 7, 2023
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
5 changes: 5 additions & 0 deletions .changeset/ninety-hornets-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shaggytools/nhtsa-api-wrapper": patch
---

Refactor useNHTSA, rename cacheUrl -> createCachedUrl
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:

env:
PATH_BUILD_DOCS: ./apps/docs/src/.vitepress/dist
PATH_BUILD_DOCS: ./apps/docs/.vitepress/dist
PATH_BUILD_LIB: ./packages/lib/dist
CACHE_PATHS_BUILD: |
./apps/docs/pages/.vitepress/dist
./apps/docs/.vitepress/dist
./packages/lib/dist
CACHE_KEY_BUILD: build-${{ github.sha }}
# To use Remote Caching, uncomment the next lines and follow the steps below.
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/deploy-docs.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/deployment.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/development.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/master.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
.env
.vercel
Loading