All Projects → YunoHost → doc

YunoHost / doc

Licence: other
YunoHost documentation

Programming Languages

SCSS
7915 projects
Twig
543 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to doc

wikijs ynh
Modern and powerful wiki app package for YunoHost
Stars: ✭ 19 (-84.92%)
Mutual labels:  yunohost, closember
my webapp ynh
Custom Web app with SFTP access
Stars: ✭ 39 (-69.05%)
Mutual labels:  yunohost, closember
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (-46.83%)
Mutual labels:  yunohost, closember
jellyfin ynh
Jellyfin package for YunoHost
Stars: ✭ 20 (-84.13%)
Mutual labels:  yunohost, closember
discourse ynh
Discourse package for YunoHost
Stars: ✭ 23 (-81.75%)
Mutual labels:  yunohost, closember
example ynh
Example package for YunoHost applications.
Stars: ✭ 54 (-57.14%)
Mutual labels:  yunohost, closember
project-organization
YunoHost project organization
Stars: ✭ 31 (-75.4%)
Mutual labels:  yunohost, closember
wireguard ynh
WireGuard VPN software with a web UI configuration companion, packaged for YunoHost.
Stars: ✭ 24 (-80.95%)
Mutual labels:  yunohost
grav ynh
Grav, a flat-file CMS packaged for YunoHost
Stars: ✭ 13 (-89.68%)
Mutual labels:  yunohost
syncthing ynh
Syncthing package for YunoHost
Stars: ✭ 27 (-78.57%)
Mutual labels:  yunohost
funkwhale ynh
A modern, convivial and free music server on YunoHost
Stars: ✭ 59 (-53.17%)
Mutual labels:  yunohost
install script
YunoHost installation scripts
Stars: ✭ 71 (-43.65%)
Mutual labels:  yunohost
moulinette
A small Python framework meant to easily create programs with unified CLI and API.
Stars: ✭ 29 (-76.98%)
Mutual labels:  closember
issues
General issue tracker for the YunoHost project
Stars: ✭ 70 (-44.44%)
Mutual labels:  closember
kanboard ynh
Kanboard package for YunoHost
Stars: ✭ 14 (-88.89%)
Mutual labels:  yunohost
nextcloud ynh
Nextcloud package for YunoHost
Stars: ✭ 120 (-4.76%)
Mutual labels:  yunohost
gitlab ynh
GitLab package for YunoHost
Stars: ✭ 17 (-86.51%)
Mutual labels:  yunohost
element ynh
Element package for YunoHost
Stars: ✭ 16 (-87.3%)
Mutual labels:  yunohost
ttrss ynh
Tiny Tiny RSS package for YunoHost
Stars: ✭ 17 (-86.51%)
Mutual labels:  closember
wgpu-py
Next generation GPU API for Python
Stars: ✭ 210 (+66.67%)
Mutual labels:  closember

YunoHost Documentation

Please report issues on YunoHost bugtracker.

Contributing

This repo use a submodule to provide the theme. So when you clone use:

git clone --recursive https://github.com/YunoHost/doc.git

You can refer to the page on writing documentation.

If you know docker, you can run:

docker-compose up

Regenerate the CSS

We use scss to manage the CSS. If you want to change it, you must rebuild it.

First install npm, then in the root folder of this repo, install sass: npm install sass

Finally you can rebuild the CSS with (You can replace expanded by compressed if you want):

./node_modules/sass/sass.js themes/yunohost-docs/scss:themes/yunohost-docs/css --style expanded

Source: https://sass-lang.com/guide

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