Init docs

这个提交包含在:
2020-01-05 05:57:55 +00:00
父节点 5526cbee02
当前提交 3f8aa0cc59
共有 3 个文件被更改,包括 38 次插入0 次删除

4
docs/architecture.rst 普通文件
查看文件

@ -0,0 +1,4 @@
Architecture
============
*TODO*

30
docs/index.rst 普通文件
查看文件

@ -0,0 +1,30 @@
appvm
=====
*appvm* is the thin easy-to-use hypervisor-based sandboxing software.
*appvm* was created for the purpose of decreasing complexity of using
graphical software inside virtual machines, at the same time
maintaining reasonable security and keep *appvm* itself simple and
portable.
While I'm trying to keep that documentation up-to-date, there may be
some missing information. Use ``appvm --help-long`` for checking all
features.
If you found anything missed here, please make a pull request or send
patches to patch@dumpstack.io.
If you need personal support, your company is interested in the
project or you just want to share some thoughts -- feel free to create
a new issue or write to root@dumpstack.io.
Contents
========
:ref:`Keyword Index <genindex>`
.. toctree::
architecture.rst
threat-model.rst

4
docs/threat-model.rst 普通文件
查看文件

@ -0,0 +1,4 @@
Threat model
=======================
*TODO*