All Projects → dahliaOS → documentation

dahliaOS / documentation

Licence: Apache-2.0 license
Documentation for dahliaOS

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to documentation

X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+2087.18%)
Mutual labels:  docs, mdx
Assemble
Community
Stars: ✭ 3,995 (+5021.79%)
Mutual labels:  docs, md
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (-76.92%)
Mutual labels:  docs, md
Docz
✍ It has never been so easy to document your things!
Stars: ✭ 22,020 (+28130.77%)
Mutual labels:  docs, mdx
Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (-16.67%)
Mutual labels:  docs, md
Docs
Documentation of Vercel and other services
Stars: ✭ 663 (+750%)
Mutual labels:  docs, mdx
Mdx Docs
📝 Document and develop React components with MDX and Next.js
Stars: ✭ 412 (+428.21%)
Mutual labels:  docs, mdx
Gatsby Documentation Starter
Automatically generate docs for React components using MDX, react-docgen, and GatsbyJS
Stars: ✭ 91 (+16.67%)
Mutual labels:  docs, mdx
Cloudflare Docs
Cloudflare’s developer docs.
Stars: ✭ 219 (+180.77%)
Mutual labels:  docs, mdx
docs
No description or website provided.
Stars: ✭ 12 (-84.62%)
Mutual labels:  docs
posthog.com
Official docs, website, and handbook for PostHog.
Stars: ✭ 147 (+88.46%)
Mutual labels:  docs
repo-template
A template for creating new repositories in the @orbitdb organization
Stars: ✭ 22 (-71.79%)
Mutual labels:  docs
cr-api-docs
Documentation project for RoyaleAPI
Stars: ✭ 13 (-83.33%)
Mutual labels:  docs
Google-Docs-for-Mac
Native Google Docs app for Mac
Stars: ✭ 33 (-57.69%)
Mutual labels:  docs
devbook-palette
DEPRECATED Search engine for developers
Stars: ✭ 45 (-42.31%)
Mutual labels:  docs
MSX devs
MSX develops repository
Stars: ✭ 21 (-73.08%)
Mutual labels:  tsx
wikit
Wikit - A universal lookup tool
Stars: ✭ 149 (+91.03%)
Mutual labels:  mdx
prestafony-project
Some resources to help you migrate PrestaShop to Symfony 3
Stars: ✭ 12 (-84.62%)
Mutual labels:  docs
vuetify-tsx
Vuetify TSX is just a wrapper lib around vuetify components.
Stars: ✭ 20 (-74.36%)
Mutual labels:  tsx
docs
Cryptomator Documentation
Stars: ✭ 30 (-61.54%)
Mutual labels:  docs

WebsiteDiscordReleasesDonateDocumentation

Documentation

Website GitHub

  • Documentation for the dahliaOS project.
  • Read the documentation on the link here!

Development

To develop and locally test the documentation website:

1. Install development tools:

  1. Install Node.js and NPM
  2. Install PNPM (recommended opposed to NPM/Yarn)
  3. Code editor of your choice (we recommend VSCode)

2. Install dependencies:

Install node modules required to run the website by running:

pnpm i

3. Start the Next.js dev server:

pnpm dev

In a browser, load the page localhost:3000 and you should now be able to test the website while making your changes. Next.js' dev server has hot reloading so no need to restart the instance when it's running!

4. Build:

After making your changes and verifying it all works in the dev server, furtherly test them out by building the website:

pnpm build

5. Start:

pnpm start

In a browser, load the page localhost:3000 and you should now be able to view the built website.

Contribute

If you're wondering how to contribute to the project, please refer to CONTRIBUTING.md

Sponsored by

License

Copyright @ 2019-2023 - The dahliaOS Authors - [email protected]

This project is licensed under the Apache 2.0 license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].