mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-12 11:53:08 +00:00
We've been expanding documentation, and now need to organize things a bit cleaner and separate content into new major folders: Introduction, Getting Started, User Guides, Developer Guides, Tutorials, and Release notes.. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
26 lines
448 B
ReStructuredText
26 lines
448 B
ReStructuredText
.. _developer-guides:
|
|
|
|
Developer Guides
|
|
################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
primer.rst
|
|
../api/index.rst
|
|
../reference/kconfig/index.rst
|
|
|
|
|
|
Contributing to the project
|
|
***************************
|
|
|
|
As an open-source project, we welcome and encourage the community to
|
|
submit patches for code, documentation, tests, and more, directly to the
|
|
project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
contribute_guidelines.rst
|
|
doc_guidelines.rst
|