All Projects → pop-os → Docs

pop-os / Docs

Licence: other
Documentation minisite for Pop!_OS and related projects

Projects that are alternatives of or similar to Docs

Argos
Create GNOME Shell extensions in seconds
Stars: ✭ 1,251 (+1176.53%)
Mutual labels:  gnome
Gatsby Documentation Starter
Automatically generate docs for React components using MDX, react-docgen, and GatsbyJS
Stars: ✭ 91 (-7.14%)
Mutual labels:  docs
Gtk Theming Guide
Novice guide towards making your own first gtk theme!
Stars: ✭ 95 (-3.06%)
Mutual labels:  gnome
Suru Plus Ubuntu
Suru++ Ubuntu — An elegant third-party icons theme based on Sam Hewitt's Suru Icons
Stars: ✭ 85 (-13.27%)
Mutual labels:  gnome
Adwaita Plus
GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita
Stars: ✭ 89 (-9.18%)
Mutual labels:  gnome
Gnome Dash Fix
Sort GNOME apps dashboard by category.
Stars: ✭ 92 (-6.12%)
Mutual labels:  gnome
Docs
Mink documentation
Stars: ✭ 82 (-16.33%)
Mutual labels:  docs
Live Doc
💫 Convert markdown to live React demos
Stars: ✭ 97 (-1.02%)
Mutual labels:  docs
Deepin Develop Guide
deepin develop guide(containing development environment configuration and debian package tutorial)
Stars: ✭ 90 (-8.16%)
Mutual labels:  docs
Learn
👩‍🏫 Learn how to use RunwayML with tutorials, guides, and examples!
Stars: ✭ 95 (-3.06%)
Mutual labels:  docs
Community
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
Stars: ✭ 1,286 (+1212.24%)
Mutual labels:  docs
Docpht
With DocPHT you can take notes and quickly document anything and without the use of any database.
Stars: ✭ 90 (-8.16%)
Mutual labels:  docs
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-6.12%)
Mutual labels:  docs
Paperclipfans
Hi~ 这里是 回形针 PaperClip 非官方的资料整理仓库,我们迫切的希望您的帮助整理,这将加速我们的网站维护每一期的文字稿及图片内容。
Stars: ✭ 85 (-13.27%)
Mutual labels:  docs
Gnome Shell Volume Mixer
GNOME Shell Extension allowing separate configuration of PulseAudio devices
Stars: ✭ 95 (-3.06%)
Mutual labels:  gnome
Aspnetcore.docs
Documentation for ASP.NET Core
Stars: ✭ 9,940 (+10042.86%)
Mutual labels:  docs
Mpvue Docs
mpvue docs
Stars: ✭ 91 (-7.14%)
Mutual labels:  docs
Reference En
Editable source for the Arduino Reference
Stars: ✭ 97 (-1.02%)
Mutual labels:  docs
Appfolders Manager Gnome Extension
A GNOME extension allowing easy management of "appfolders" directly from the applications grid.
Stars: ✭ 96 (-2.04%)
Mutual labels:  gnome
Jyun Cms Doc
JYunCMS 用户手册
Stars: ✭ 94 (-4.08%)
Mutual labels:  docs

Pop!_Docs

Minisite for Pop!_OS and related projects.

Listing of all docs

Jekyll & GitHub Pages

This site relies on recent updates to GitHub Pages or the relevant Ruby Gems for local development as well as the "v2" styling of System76.com.

Other Notes

File names

Docs are .md files in the docs/ folder. Please dash-separate words in filenames like-this.md.

Front Matter

Docs use Front Matter to set some attributes. They'll fall back to something sane if omitted, but to prevent duplicate titles, set the title at the top of the file:

---
title: Foo
description: Bar baz bin qux
---

And then don't start the doc with a heading, as it will show up automatically.

You should also set a description; this will show up on the docs index page.

Local Development

To run a local copy of the site to see changes without pushing, install Ruby, Nodejs, and Bundler (for more info, see this GitHub Documentation):

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - # Add stable NodeJS repo
sudo apt install -y build-essential nodejs ruby ruby-dev       # Install dev tools, NodeJS, and Ruby
sudo gem install bundler                                       # Install Bundler to manage site dependencies

Then run jekyll:

bundle exec jekyll serve # Run Jekyll with Bundler
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].