-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9a51ef
commit ea54ce1
Showing
1 changed file
with
32 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Adding Documentation to the VitePress Website | ||
|
||
Welcome to the LibLab's documentation website's guide! Follow the steps below to add new documentation to our website, edit existing documentation or remove documentation. | ||
|
||
### Prerequisites | ||
|
||
- Access to the GitHub repository of the VitePress project. | ||
- Knowledge of Markdown syntax. | ||
- Knoweldge of accessibility practices used in writing documentation. | ||
|
||
|
||
## Adding Documentation to the VitePress Website | ||
|
||
Welcome to the VitePress documentation guide! Follow the steps below to add new documentation to our website. | ||
|
||
### Prerequisites | ||
|
||
- Access to the GitHub repository of the VitePress project. | ||
- Knowledge of Markdown syntax. | ||
- Basic understanding of VitePress structure. | ||
- | ||
### Steps to Add New Documentation | ||
|
||
1. **Clone the Repository** | ||
|
||
First, clone the repository to your local machine if you haven't already: | ||
|
||
git clone https://github.com/your-username/your-repo.git | ||
|
||
cd your-repo | ||
|
||
|