Skip to content

feat: add offline docs #8527

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

Merged
merged 13 commits into from
Jul 19, 2023
Prev Previous commit
fix lint
  • Loading branch information
BrunoQuaresma committed Jul 19, 2023
commit 95a990134103a4e8def0fe5ba3b0e1a42ad6d2b8
2 changes: 2 additions & 0 deletions site/.prettierrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
printWidth: 80
semi: false
trailingComma: all
useTabs: false
tabWidth: 2
overrides:
- files:
- ../README.md
Expand Down