tree: 7c83d8f68d5d8b85095a6eb5144486b98a18c787 [path history] [tgz]
  1. shortlinks/
  2. _toc.yaml
  3. code-sample-style-guide.md
  4. deprecating-docs.md
  5. deprecation-notice.md
  6. doc-checker.md
  7. documentation-navigation-toc.md
  8. documentation-standards.md
  9. documentation-style-guide.md
  10. documentation-types.md
  11. glossary-entries.md
  12. markdown.md
  13. mdlint.md
  14. modify-mdlint-inclusive-language.md
  15. README.md
  16. widgets.md
docs/contribute/docs/README.md

{% import ‘docs/_common/_doc_widgets.md’ as widgets %}

Contributing to documentation

Pages on Fuchsia.dev are written in markdown (.md) and use the Hoedown{: .external} markdown flavor.

Fuchsia.dev also supports Jinja2 templating.

The following pages list reference material for creating documentation for Fuchsia.dev:

{% set tocmeta | yamlloads %} {% include “docs/contribute/docs/_toc.yaml” %} {% endset %} {{ widgets.inline_toc () }}