diff --git a/docs/en/customization/customization.md b/docs/en/customization/customization.md new file mode 100644 index 000000000..edc85bebd --- /dev/null +++ b/docs/en/customization/customization.md @@ -0,0 +1,10 @@ +# Customization + +* [Introduction](introduction.md) +* [Texts & Translations](translations.md) +* [Images](images.md) +* [Views & Styles](views_and_styles.md) +* [Javascript](javascript.md) +* [Models](models.md) +* [Gems](gems.md) +* [Overwritting Application](overwritting.md) diff --git a/docs/en/features/features.md b/docs/en/features/features.md new file mode 100644 index 000000000..accce6f3a --- /dev/null +++ b/docs/en/features/features.md @@ -0,0 +1,5 @@ +# Technical Features + +* [OAuth](oauth.md) +* [GraphQL](graphql.md) +* [Recommendations](recommendations.md) diff --git a/docs/en/getting_started/getting_started.md b/docs/en/getting_started/getting_started.md new file mode 100644 index 000000000..2a5a0b5c6 --- /dev/null +++ b/docs/en/getting_started/getting_started.md @@ -0,0 +1,6 @@ +# Getting started + +* [Fork Consul](create.md) +* [Configure your fork](configuration.md) +* [Keep your fork updated](update.md) +* [Communication](communication.md) diff --git a/docs/en/installation/installer.md b/docs/en/installation/installer.md new file mode 100644 index 000000000..9349c6a35 --- /dev/null +++ b/docs/en/installation/installer.md @@ -0,0 +1,5 @@ +# Installer + +## Installation notes for Production and Staging servers + +Check out the [installer's README](https://github.com/consul/installer) diff --git a/docs/en/installation/prerequisites.md b/docs/en/installation/prerequisites.md new file mode 100644 index 000000000..8cfcfae9f --- /dev/null +++ b/docs/en/installation/prerequisites.md @@ -0,0 +1,6 @@ +# Prerequisites Installation + +* [Ubuntu](ubuntu.md) +* [Debian](debian.md) +* [MacOS](macos.md) +* [Windows](windows.md) diff --git a/docs/en/open_source/open_source.md b/docs/en/open_source/open_source.md new file mode 100644 index 000000000..291a7a35f --- /dev/null +++ b/docs/en/open_source/open_source.md @@ -0,0 +1,4 @@ +# Open Source project + +* [Code of conduct](code_of_conduct.md) +* [Contributing](contributing.md) diff --git a/docs/es/customization/customization.md b/docs/es/customization/customization.md new file mode 100644 index 000000000..edc85bebd --- /dev/null +++ b/docs/es/customization/customization.md @@ -0,0 +1,10 @@ +# Customization + +* [Introduction](introduction.md) +* [Texts & Translations](translations.md) +* [Images](images.md) +* [Views & Styles](views_and_styles.md) +* [Javascript](javascript.md) +* [Models](models.md) +* [Gems](gems.md) +* [Overwritting Application](overwritting.md) diff --git a/docs/es/features/features.md b/docs/es/features/features.md new file mode 100644 index 000000000..accce6f3a --- /dev/null +++ b/docs/es/features/features.md @@ -0,0 +1,5 @@ +# Technical Features + +* [OAuth](oauth.md) +* [GraphQL](graphql.md) +* [Recommendations](recommendations.md) diff --git a/docs/es/getting_started/getting_started.md b/docs/es/getting_started/getting_started.md new file mode 100644 index 000000000..2a5a0b5c6 --- /dev/null +++ b/docs/es/getting_started/getting_started.md @@ -0,0 +1,6 @@ +# Getting started + +* [Fork Consul](create.md) +* [Configure your fork](configuration.md) +* [Keep your fork updated](update.md) +* [Communication](communication.md) diff --git a/docs/es/installation/installer.md b/docs/es/installation/installer.md new file mode 100644 index 000000000..7e60dfdae --- /dev/null +++ b/docs/es/installation/installer.md @@ -0,0 +1,5 @@ +# Instalador + +## Instrucciones de instalación para entornos de Producción y Pruebas + +Se encuentran en el [repositorio del instalador](https://github.com/consul/installer) diff --git a/docs/es/installation/prerequisites.md b/docs/es/installation/prerequisites.md new file mode 100644 index 000000000..251f10a5c --- /dev/null +++ b/docs/es/installation/prerequisites.md @@ -0,0 +1,7 @@ +# Instalación de Prerrequisitos + +* [Ubuntu](ubuntu.md) +* [Debian](debian.md) +* [MacOS](macos.md) +* [Windows](windows.md) + diff --git a/docs/es/open_source/open_source.md b/docs/es/open_source/open_source.md new file mode 100644 index 000000000..291a7a35f --- /dev/null +++ b/docs/es/open_source/open_source.md @@ -0,0 +1,4 @@ +# Open Source project + +* [Code of conduct](code_of_conduct.md) +* [Contributing](contributing.md)