All Projects → jbltx → DiscordFX

jbltx / DiscordFX

Licence: MIT license
DocFX template to create documentation similar to Discord

Programming Languages

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

Projects that are alternatives of or similar to DiscordFX

standard-www
👆 Website for JavaScript Standard Style (@standard)
Stars: ✭ 28 (+7.69%)
Mutual labels:  style
markdown.css
📝 The simple CSS to replicate the GitHub Markdown style (Sukka Ver.)
Stars: ✭ 13 (-50%)
Mutual labels:  style
css-render
Generating CSS using JS with considerable flexibility and extensibility, at both server side and client side.
Stars: ✭ 137 (+426.92%)
Mutual labels:  style
vue-corator
this is vue decorator utils
Stars: ✭ 33 (+26.92%)
Mutual labels:  style
tsstyled
A small, fast, and simple CSS-in-JS solution for React.
Stars: ✭ 52 (+100%)
Mutual labels:  style
CompositeToggle
Composite toggle system for unity
Stars: ✭ 38 (+46.15%)
Mutual labels:  style
leeks.js
Simple ANSI styling for your terminal
Stars: ✭ 12 (-53.85%)
Mutual labels:  style
Prestyler
Elegant text formatting tool in Swift 🔥
Stars: ✭ 36 (+38.46%)
Mutual labels:  style
postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (-11.54%)
Mutual labels:  style
vue-component-style
A Vue mixin to add style section to components.
Stars: ✭ 16 (-38.46%)
Mutual labels:  style
dotnet-eud
DevExpress .NET Controls End-User Documentation
Stars: ✭ 50 (+92.31%)
Mutual labels:  docfx
PlantUML-colors
This script is to show all named color suggested by PlantUML
Stars: ✭ 52 (+100%)
Mutual labels:  style
docfx-tmpl
A DocFX template patching the Default template
Stars: ✭ 34 (+30.77%)
Mutual labels:  docfx
deqaf
Decaffeinate CSS stylesheets client-side
Stars: ✭ 30 (+15.38%)
Mutual labels:  style
QSvgStyle
QSvgStyle is a themeable SVG style for Qt5 applications
Stars: ✭ 66 (+153.85%)
Mutual labels:  style
log-utils
Basic logging utils: colors, symbols and timestamp.
Stars: ✭ 24 (-7.69%)
Mutual labels:  style
Daft-Exprt
PyTorch Implementation of Daft-Exprt: Robust Prosody Transfer Across Speakers for Expressive Speech Synthesis
Stars: ✭ 41 (+57.69%)
Mutual labels:  style
react-native-highlighted-text
A React Native component to individually style texts inside a text
Stars: ✭ 18 (-30.77%)
Mutual labels:  style
glitz
Lightweight CSS-in-JS library with high performance written in TypeScript
Stars: ✭ 42 (+61.54%)
Mutual labels:  style
mtpThemeManager
An iOS theme manager with all the features. Everything you expect from a theme manager, contains apply theme to whole app, multiple themes, night mode, styles , ...
Stars: ✭ 13 (-50%)
Mutual labels:  style

DiscordFX

DocFX template to create documentation similar to Discord

Live Demo

DiscordFX - Desktop Screenshot

DiscordFX - Mobile Screenshots

Installation

  1. Download the source or the zipped file from the releases page.
  2. In your DocFX project folder, create a new directory named templates, if it doesn't already exist.
  3. Copy the discordfx folder from this repository into your templates folder.
  4. In your docfx.json configuration file, add templates/discordfx path into build.template property
    {
        "build": {
            "template": ["default", "templates/discordfx"]
        }
    }

Customization

Colors

You can change any color which are used by the template.

They are defined in the styles/colors.css file.

To change it, just override the value in your own styles/main.css file for example.

Todos

  • Add documentation versioning
  • Support of TOC searching/filtering

Disclaimer

Notice of Non-Affiliation and Disclaimer

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Discord, or any of its subsidiaries, partners or its affiliates. The official Discord website can be found at https://discord.com/. "Discord", Discord logos, and other Discord trademarks are trademarks or registered trademarks of Discord or its affiliates in the U.S. and elsewhere.

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