Add most of the structure! plus several Base Layer docs
This commit is contained in:
parent
3704b59b8d
commit
98d6961370
48 changed files with 1076 additions and 8 deletions
13
docs/web/index.rst
Normal file
13
docs/web/index.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
Web Layer
|
||||
=========
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
overview
|
||||
webmain
|
||||
webapi
|
||||
spa
|
5
docs/web/overview.rst
Normal file
5
docs/web/overview.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
Overview
|
||||
========
|
||||
|
||||
TODO
|
5
docs/web/spa.rst
Normal file
5
docs/web/spa.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
Single-Page Apps
|
||||
================
|
||||
|
||||
TODO
|
17
docs/web/webapi.rst
Normal file
17
docs/web/webapi.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
Web API
|
||||
=======
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Common Tasks
|
||||
------------
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Common Patterns
|
||||
---------------
|
||||
|
||||
TODO
|
17
docs/web/webmain.rst
Normal file
17
docs/web/webmain.rst
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
Default Web App
|
||||
===============
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Common Tasks
|
||||
------------
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Common Patterns
|
||||
---------------
|
||||
|
||||
TODO
|
Loading…
Add table
Add a link
Reference in a new issue