Fix warning
This commit is contained in:
parent
a8e89fe131
commit
1709b1e5c1
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@ for this project, so you can just focus on the content.
|
|||
We currently don't enforce the prettier formatting to make it easy for people
|
||||
unfamiliar with programming to also be able to make edits from GitHub directly.
|
||||
|
||||
This is a common theme - unlike the rest of the codebase where expect some
|
||||
This is a common theme - unlike the rest of the codebase where we expect some
|
||||
baseline understanding of the tools involved, the docs are meant to be a place
|
||||
for non-technical people to also provide their input. The reason for this is not
|
||||
to increase the number of docs, but to bring more diversity to them. Such
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vitepress dev docs",
|
||||
"build": "vitepress build docs",
|
||||
|
|
Loading…
Add table
Reference in a new issue