Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuyk/athena-docs-latest
Athena Docs Vitepress Version
https://github.com/stuyk/athena-docs-latest
hacktoberfest
Last synced: about 22 hours ago
JSON representation
Athena Docs Vitepress Version
- Host: GitHub
- URL: https://github.com/stuyk/athena-docs-latest
- Owner: Stuyk
- Created: 2022-09-20T20:00:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T19:03:15.000Z (12 months ago)
- Last Synced: 2024-05-01T16:36:20.194Z (8 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://athenaframework.com/
- Size: 134 MB
- Stars: 4
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alt:V Athena Documentation
Official documentation repository that utilizes vitepress, and used as the home page for `https://athenaframework.com/`.
## Viewing Docs Locally
Clone or fork this repository and then clone it.
Then navigate inside of it and run the following commands.
```
npm i
``````
npm run dev
```Open the documentation on [http://localhost:5173](http://localhost:5173).
## Contributions
Contributions to the documentation should be made in the form of pull requests.
Make a pull request with the documentation you want to add.
Ensure that any page that is changed has the following at the top:
```md
---
title: 'Page Title'
order: 0
---# {{ $frontmatter.title }}
Content goes here...
```