https://github.com/froxlor/documentation
Repository of froxlor documentation
https://github.com/froxlor/documentation
documentation froxlor
Last synced: 2 months ago
JSON representation
Repository of froxlor documentation
- Host: GitHub
- URL: https://github.com/froxlor/documentation
- Owner: froxlor
- Created: 2019-11-29T09:02:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T10:50:52.000Z (3 months ago)
- Last Synced: 2025-03-09T11:26:18.723Z (3 months ago)
- Topics: documentation, froxlor
- Language: PHP
- Homepage: https://docs.froxlor.org/
- Size: 18.7 MB
- Stars: 3
- Watchers: 3
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Security: security/index.md
Awesome Lists containing this project
README
[](https://discord.froxlor.org)
# Documentation
Here you can find the source code of the documentation. The current version can be viewed
at [https://docs.froxlor.org/](https://docs.froxlor.org/)## Install a local copy of the documentation
Get a local copy and start editing / view the documentation:
```shell
git clone https://github.com/Froxlor/Documentation.git
cd Documentation
npm install
```Start the debug server :
```shell
npm run docs:dev
```Now browse to http://localhost:5173
## Generating api documentation from froxlor
```shell
php .generator/generate.php
```