mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Initial files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
8
developer_manual/design/index.rst
Normal file
8
developer_manual/design/index.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
=================
|
||||
Design Guidelines
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
navigation
|
||||
34
developer_manual/design/navigation.rst
Normal file
34
developer_manual/design/navigation.rst
Normal 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
|
||||
=============
|
||||
@@ -16,6 +16,7 @@ Table of Contents
|
||||
|
||||
general/index
|
||||
app/index
|
||||
design/index
|
||||
android_library/index
|
||||
client_apis/index
|
||||
core/index
|
||||
|
||||
Reference in New Issue
Block a user