Add most of the structure! plus several Base Layer docs

This commit is contained in:
Lance Edgar 2021-01-07 16:48:14 -06:00
parent 3704b59b8d
commit 98d6961370
48 changed files with 1076 additions and 8 deletions

13
docs/web/index.rst Normal file
View file

@ -0,0 +1,13 @@
Web Layer
=========
.. toctree::
:maxdepth: 2
:caption: Contents:
overview
webmain
webapi
spa

5
docs/web/overview.rst Normal file
View file

@ -0,0 +1,5 @@
Overview
========
TODO

5
docs/web/spa.rst Normal file
View file

@ -0,0 +1,5 @@
Single-Page Apps
================
TODO

17
docs/web/webapi.rst Normal file
View file

@ -0,0 +1,17 @@
Web API
=======
TODO
Common Tasks
------------
TODO
Common Patterns
---------------
TODO

17
docs/web/webmain.rst Normal file
View file

@ -0,0 +1,17 @@
Default Web App
===============
TODO
Common Tasks
------------
TODO
Common Patterns
---------------
TODO