mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
update
This commit is contained in:
parent
443c478315
commit
f03f360a1e
2 changed files with 21 additions and 0 deletions
|
@ -71,6 +71,12 @@ export default defineConfig({
|
|||
items: [
|
||||
{ text: 'WHMCS', link: '/integrations/whmcs' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Contributing',
|
||||
items: [
|
||||
{ text: 'Documentation', link: '/contributing/documentation' },
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
|
|
15
docs/contributing/documentation.md
Normal file
15
docs/contributing/documentation.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Contributing to Phyre Panel documentation
|
||||
|
||||
The documentation is built using [VitePress](https://vitepress.vuejs.org). There are a couple of requirements to contribute to it.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js 16 or higher
|
||||
- A code editor with Vue and Markdown support. We suggest [Visual Studio Code](https://code.visualstudio.com).
|
||||
|
||||
## Viewing your changes locally
|
||||
|
||||
1. Open the project folder in your terminal.
|
||||
2. If the dependencies are not installed yet, install them by running `npm install`.
|
||||
3. Run `npm run docs:dev`.
|
||||
4. Navigate to `http://localhost:5173` in your browser.
|
Loading…
Reference in a new issue