From 23571fb77d27705cce75d34be2016a07fb2357a1 Mon Sep 17 00:00:00 2001 From: Alysson Samuel <190061666+multitech-sa@users.noreply.github.com> Date: Thu, 19 Mar 2026 00:55:58 +0000 Subject: [PATCH] version 0.0.1 --- docs/index.md | 17 +++++++++++++++++ docs/inicio.md | 1 + mkdocs.yml | 6 ++++++ 3 files changed, 24 insertions(+) create mode 100644 docs/index.md create mode 100644 docs/inicio.md create mode 100644 mkdocs.yml diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..000ea34 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,17 @@ +# Welcome to MkDocs + +For full documentation visit [mkdocs.org](https://www.mkdocs.org). + +## Commands + +* `mkdocs new [dir-name]` - Create a new project. +* `mkdocs serve` - Start the live-reloading docs server. +* `mkdocs build` - Build the documentation site. +* `mkdocs -h` - Print help message and exit. + +## Project layout + + mkdocs.yml # The configuration file. + docs/ + index.md # The documentation homepage. + ... # Other markdown pages, images and other files. diff --git a/docs/inicio.md b/docs/inicio.md new file mode 100644 index 0000000..8bc1fb6 --- /dev/null +++ b/docs/inicio.md @@ -0,0 +1 @@ +# Inicio diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..6a569dc --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,6 @@ +site_name: Docs GSR +site_autor: Alysson Samuel +site_url: https://multitech-sa.github.io/doce-gsr/ + + +