-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .gitignore and documentation files
Added vitepress folders to .gitignore. Corrected the image names and link paths in markdown files in the documentation. Additionally, removed unnecessary dash (-) from the credits.md file and corrected the formatting in the quickstart.md file.
- Loading branch information
manu
committed
Jun 19, 2024
1 parent
dfc70c8
commit a2d4088
Showing
5 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,3 +133,6 @@ dist | |
.yarn/install-state.gz | ||
.pnp.* | ||
|
||
/.vitepress/dist | ||
/.vitepress/cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ services: | |
``` | ||
|
||
### .env file | ||
```dotenv | ||
``` | ||
#SECRETS | ||
SECRET=REPLACE_ME | ||
SALT=1234567890123456 | ||
|