Skip to content

Commit

Permalink
Scaffold future docs structure (#3997)
Browse files Browse the repository at this point in the history
Scaffold out the future doc tree structure with placeholders to be
populated as time permits.

---------

Co-authored-by: Sandra McCann <[email protected]>
  • Loading branch information
cidrblock and samccann authored Aug 11, 2023
1 parent aae8d28 commit 7ff15a3
Show file tree
Hide file tree
Showing 24 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tools/test-schema/node_modules
site
.DS_Store
src/molecule/_version.py
venv
1 change: 1 addition & 0 deletions docs/working/contributor_guide/code_of_conduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Code of conduct
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Contributing to molecule
1 change: 1 addition & 0 deletions docs/working/contributor_guide/developer_contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Developer contacts
1 change: 1 addition & 0 deletions docs/working/contributor_guide/environment_setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Setting up a development environment
1 change: 1 addition & 0 deletions docs/working/examples/example_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Example 1
1 change: 1 addition & 0 deletions docs/working/examples/example_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Example 2
1 change: 1 addition & 0 deletions docs/working/examples/example_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Example 3
1 change: 1 addition & 0 deletions docs/working/faq/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Frequently asked questions
1 change: 1 addition & 0 deletions docs/working/getting_started/getting_started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Getting started
1 change: 1 addition & 0 deletions docs/working/installation/install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Install/Uninstall
1 change: 1 addition & 0 deletions docs/working/installation/upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Upgrading
1 change: 1 addition & 0 deletions docs/working/introduction/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Introduction
1 change: 1 addition & 0 deletions docs/working/references/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Command line interface
1 change: 1 addition & 0 deletions docs/working/references/configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Configuration
1 change: 1 addition & 0 deletions docs/working/references/porting_change_log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Porting and change logs
1 change: 1 addition & 0 deletions docs/working/references/road_map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Road map
1 change: 1 addition & 0 deletions docs/working/user_guide/ci_integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CI/CD pipeline usage
1 change: 1 addition & 0 deletions docs/working/user_guide/creating_testing_collection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Creating and testing a collection
1 change: 1 addition & 0 deletions docs/working/user_guide/testing_existing_collection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Testing an existing collection
1 change: 1 addition & 0 deletions docs/working/user_guide/testing_existing_roles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Testing existing roles
1 change: 1 addition & 0 deletions docs/working/user_guide/understanding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Understanding Molecule
1 change: 1 addition & 0 deletions docs/working/user_guide/using_tox-ansible.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Using tox-ansible
28 changes: 28 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,34 @@ nav:
- examples.md
- faq.md
- contributing.md
- Future documentation (WIP):
- Introduction: working/introduction/introduction.md
- Installation:
- working/installation/install.md
- working/installation/upgrade.md
- Getting Started: working/getting_started/getting_started.md
- User Guide:
- working/user_guide/understanding.md
- working/user_guide/creating_testing_collection.md
- working/user_guide/testing_existing_collection.md
- working/user_guide/testing_existing_roles.md
- working/user_guide/ci_integration.md
- working/user_guide/using_tox-ansible.md
- References:
- working/references/cli.md
- working/references/configuration.md
- working/references/porting_change_log.md
- working/references/road_map.md
- Examples:
- working/examples/example_1.md
- working/examples/example_2.md
- working/examples/example_3.md
- Frequently asked questions: working/faq/faq.md
- Contributor Guide:
- working/contributor_guide/code_of_conduct.md
- working/contributor_guide/developer_contact.md
- working/contributor_guide/environment_setup.md
- working/contributor_guide/contribution_requirements.md

plugins:
- autorefs
Expand Down

0 comments on commit 7ff15a3

Please sign in to comment.