Commit 3ab8d12f authored by ANDRE FILIPE ALOISE's avatar ANDRE FILIPE ALOISE

Meu primeiro site

parents
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Editor DEMIN</title>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>
\ No newline at end of file
# 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.
site_name: Base de Conhecimento DEMIN
site_url: https://gitlab.com/SEU-USUARIO/projeto-documentacao # Vamos ajustar isso depois
theme:
name: material
features:
- navigation.indexes # Melhora o menu
- version.provider: mike # Ativa o seletor de versões
# Configurações para o editor visual funcionar bem
markdown_extensions:
- attr_list
- md_in_html
- admonition
plugins:
- search
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment