All Projects → fosscord → fosscord-docs

fosscord / fosscord-docs

Licence: other
Docs for Fosscord

Projects that are alternatives of or similar to fosscord-docs

fosscord-server
Fosscord backend made with Typescript and love (and a bit of C++)
Stars: ✭ 864 (+3656.52%)
Mutual labels:  instant-messaging, real-time-communication, fosscord
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+852.17%)
Mutual labels:  mkdocs, mkdocs-material
docs
📖 TomoChain documentation
Stars: ✭ 19 (-17.39%)
Mutual labels:  mkdocs, mkdocs-material
ImageModels
ImageNet model implemented using the Keras Functional API
Stars: ✭ 63 (+173.91%)
Mutual labels:  mkdocs, mkdocs-material
privacyguides.org
Protect your data against global mass surveillance programs.
Stars: ✭ 1,316 (+5621.74%)
Mutual labels:  mkdocs, mkdocs-material
docutools
Dev Centric Tools for Mkdocs Based Documentation
Stars: ✭ 13 (-43.48%)
Mutual labels:  mkdocs, mkdocs-material
tutorials
Collection of tutorials for various libraries and technologies
Stars: ✭ 98 (+326.09%)
Mutual labels:  mkdocs, mkdocs-material
lavalink-list
A list of free and available public lavalink. Feel free to make a pull request!
Stars: ✭ 43 (+86.96%)
Mutual labels:  mkdocs, mkdocs-material
taller-de-git
Documentación del taller de git
Stars: ✭ 18 (-21.74%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-git-revision-date-localized-plugin
MkDocs plugin to add a last updated date to your site pages
Stars: ✭ 73 (+217.39%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-static-i18n
MkDocs i18n plugin using static translation markdown files
Stars: ✭ 78 (+239.13%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-jekyll
The Material theme from MkDocs provided as a Jekyll template, optimized for GitHub Pages
Stars: ✭ 55 (+139.13%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-exclude-search
🔎 A mkdocs plugin that lets you exclude selected chapters from the search index.
Stars: ✭ 16 (-30.43%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-section-index
MkDocs plugin to allow clickable sections that lead to an index page
Stars: ✭ 36 (+56.52%)
Mutual labels:  mkdocs, mkdocs-material
kotlin-rev-solution
Kotlin reference site in Japanese.
Stars: ✭ 46 (+100%)
Mutual labels:  mkdocs
amio-sdk-js
Multi-messenger Node.js library for Amio.io API.
Stars: ✭ 22 (-4.35%)
Mutual labels:  instant-messaging
Documentation
Kodular Documentation
Stars: ✭ 41 (+78.26%)
Mutual labels:  mkdocs
mkdocs-click
An MkDocs extension to generate documentation for Click command line applications
Stars: ✭ 34 (+47.83%)
Mutual labels:  mkdocs
jdg
Гайд-путеводитель по JDG (ИП) в Польше
Stars: ✭ 84 (+265.22%)
Mutual labels:  mkdocs
tigase-swift
(M) Tigase Swift XMPP client library
Stars: ✭ 53 (+130.43%)
Mutual labels:  instant-messaging

Fosscord Docs

Build to GitHub Pages code style: prettier

How to get started:

  1. Fork this repository.

  2. Clone the forked repository.

    git clone https://github.com/<YOUR_USERNAME_HERE>/fosscord-docs
  3. Install dependencies.

    python3 -m pip install mkdocs-material mkdocs-render-swagger-plugin mkdocs-section-index
  4. Edit documents(s).

    • Format document(s).

    fosscord uses prettier formatter to consistently format our documents. Instructions to install and use prettier can be found here.

    If you are using vscode, install the prettier extension to automatically format documents on save.

  5. Test locally.

    • Serve in http://127.0.0.1:8000 with hot reload:

      python3 -m mkdocs serve
    • Build for production:

      python3 -m mkdocs build
  6. Commit changes with good commit messages.

  7. Create a pull request.

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].