An open API service indexing awesome lists of open source software.

https://github.com/konyogony/edalem-docs

Edalem Documentation, Alpha v0.0.7
https://github.com/konyogony/edalem-docs

Last synced: 4 months ago
JSON representation

Edalem Documentation, Alpha v0.0.7

Awesome Lists containing this project

README

        

Not perfect and a little broken.

To edit current alpha version of `Edalem Docs` using [`@doxium/cli v0.0.7`](https://www.npmjs.com/package/@doxium/cli) **localy**:

1. Clone the repository
2. Install [bun](https://bun.sh/)
3. Dowload dependencies using `bun install`
4. Build the project using `bun run build`
5. Start it using `bun run start`
6. Running at [localhost:3000](http://localhost:3000)

If you have any issues or requests regarding the documentation tool, make an issue [here](https://github.com/konyogony/Doxium/issues). Make sure to check that it doesnt exist first.

Thank you for understanding that this is an early alpha build.

This documentation was transpiled from [these google docs](https://docs.google.com/document/d/1s3VY4R5UY4mPwIIz1OtOUz5UEnbo2E7Evy3ZAPo0Yok/edit?usp=sharing).

> Useful command to convert svg to ico with a transparent bg
> `convert -background transparent -define 'icon:auto-resize=16,24,32,64' favicon.svg favicon.ico`