Initial files

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv)
2017-09-28 23:29:34 +02:00
parent 9ff4e232f9
commit 0732532a54
4 changed files with 45 additions and 2 deletions

View File

@@ -48,9 +48,9 @@ copyright = u'2012-2017, The Nextcloud developers'
# built documents.
#
# The short X.Y version.
version = '12'
version = '13'
# The full version, including alpha/beta/rc tags.
release = '12'
release = '13'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -0,0 +1,8 @@
=================
Design Guidelines
=================
.. toctree::
:maxdepth: 2
navigation

View File

@@ -0,0 +1,34 @@
.. sectionauthor:: John Molakvoæ <skjnldsv@protonmail.com>
.. codeauthor:: John Molakvoæ <skjnldsv@protonmail.com>
===============
App Navigation
===============
Introduction
=============
The main navigation menu represent the most important part of your app.
It needs to be:
* Organised
* Simple
* Responsive
Menus
======
Collapsible entry
==================
Entry bullet
=============
Undo entry
===========
Edit entry
===========
Pinned entry
=============

View File

@@ -16,6 +16,7 @@ Table of Contents
general/index
app/index
design/index
android_library/index
client_apis/index
core/index