All Projects → wtfutil → wtfdocs

wtfutil / wtfdocs

Licence: other
The source for https://wtfutil.com

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wtfdocs

Wtf
The personal information dashboard for your terminal
Stars: ✭ 12,973 (+44634.48%)
Mutual labels:  wtf, wtfutil
privacyguides.org
Protect your data against global mass surveillance programs.
Stars: ✭ 1,316 (+4437.93%)
Mutual labels:  mkdocs
Mkdocs
Project documentation with Markdown.
Stars: ✭ 13,346 (+45920.69%)
Mutual labels:  mkdocs
OpenCLRenderer
3D renderer built in C++/OpenCL
Stars: ✭ 29 (+0%)
Mutual labels:  wtf
dotfiles
My dotfiles
Stars: ✭ 22 (-24.14%)
Mutual labels:  mkdocs
mkdocs-redirects
Open source plugin for Mkdocs page redirects
Stars: ✭ 90 (+210.34%)
Mutual labels:  mkdocs
Wechat Admin
Wechat Management System
Stars: ✭ 1,716 (+5817.24%)
Mutual labels:  mkdocs
notebook
The collection of all course materials, pull requests are always welcome!
Stars: ✭ 22 (-24.14%)
Mutual labels:  mkdocs
docs
The documentation for Firefly III
Stars: ✭ 30 (+3.45%)
Mutual labels:  mkdocs
markdown-fenced-code-tabs
Generates tabs for consecutive markdown code blocks
Stars: ✭ 46 (+58.62%)
Mutual labels:  mkdocs
navio2-docs
No description or website provided.
Stars: ✭ 36 (+24.14%)
Mutual labels:  mkdocs
mkdocs-rss-plugin
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
Stars: ✭ 43 (+48.28%)
Mutual labels:  mkdocs
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+655.17%)
Mutual labels:  mkdocs
mac-notes-exporter
Your last straw to save your data from Notes.app.
Stars: ✭ 32 (+10.34%)
Mutual labels:  wtf
tutorials
Collection of tutorials for various libraries and technologies
Stars: ✭ 98 (+237.93%)
Mutual labels:  mkdocs
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+8782.76%)
Mutual labels:  mkdocs
mkdocs-drawio-exporter
Exports your Draw.io diagrams at build time for easier embedding into your documentation
Stars: ✭ 50 (+72.41%)
Mutual labels:  mkdocs
mkdocs-table-reader-plugin
MkDocs plugin that adds a {{ read_csv('table.csv') }} markdown tag to directly insert CSV files as a table into a page.
Stars: ✭ 60 (+106.9%)
Mutual labels:  mkdocs
ImageModels
ImageNet model implemented using the Keras Functional API
Stars: ✭ 63 (+117.24%)
Mutual labels:  mkdocs
markdown-blockdiag
blockdiag extension for Python Markdown
Stars: ✭ 23 (-20.69%)
Mutual labels:  mkdocs

WTF Docs

This site is built using Material for MkDocs.

Development environment setup

  1. Install python 3
  2. Create a virtual-env:
python -m venv virtual-env
source virtual-env/bin/activate
  1. pip install -r requirements.txt
  2. mkdocs serve

To add documentation for a new module

  1. Create a new Markdown file in the /docs/modules directory
  2. Add a new route in the mkdocs.yml file, under the nav: section.
  3. To add pictures, add the image to ./docs/overrides/assets/modules/<IMAGE>.png

Deploying

  • Merge changes into master
  • Run mkdocs gh-deploy --force to push the changes to the gh-pages branch on github.com
  • Commit the resulting changes into master
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].