Skip to content

Commit

Permalink
Update Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vicvalentim committed Oct 30, 2024
1 parent 7ddbbe2 commit fd208f8
Show file tree
Hide file tree
Showing 46 changed files with 140 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
run: |
pip install mkdocs-dracula mkdocs-static-i18n mkdocs-material
pip install mkdocs-dracula-theme mkdocs-static-i18n[material] mkdocs-material
- name: Build website
run: mkdocs build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
pip install mkdocs-dracula mkdocs-static-i18n mkdocs-material
pip install mkdocs-dracula-theme mkdocs-static-i18n[material] mkdocs-material
- name: Build website
if: github.event.action != 'closed'
Expand Down
Empty file added docs/assets/extra.css
Empty file.
4 changes: 4 additions & 0 deletions docs/en/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 404 - Page Not Found

Oops! The page you're looking for doesn't exist.
[Return to Home](index.md)
3 changes: 3 additions & 0 deletions docs/en/api/core-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Core Classes

Documentation for core classes of ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/api/helper-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Helper Functions

Helper functions in ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/api/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# API Overview

Overview of the ziviDomeLive API.
3 changes: 3 additions & 0 deletions docs/en/api/scene-interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Scene Interface

Explanation of the Scene interface.
3 changes: 3 additions & 0 deletions docs/en/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Author

Information about the author of ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

Guide to contributing to ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/examples/advanced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Advanced Examples

Advanced examples for using ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/examples/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Basic Examples

Basic examples for using ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/getting-started/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Key Features

Overview of ziviDomeLive's main features.
3 changes: 3 additions & 0 deletions docs/en/getting-started/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Quickstart Guide

Get started quickly with ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Welcome to ziviDomeLive Documentation

This is the home page.
3 changes: 3 additions & 0 deletions docs/en/installation/dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dependencies

Dependencies needed for ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/installation/installation-steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Installation Steps

Step-by-step guide to install ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/installation/requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Requirements

List of requirements for ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/known-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Known Issues

List of known issues in ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License

GPL-2.0 license information for ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/usage/basic-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Basic Usage

Basic usage instructions for ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/usage/event-handling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Event Handling

Handling events in ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/en/usage/external-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# External Integration

Integrate ziviDomeLive with external tools.
3 changes: 3 additions & 0 deletions docs/en/usage/scene-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Scene Management

How to manage scenes in ziviDomeLive.
4 changes: 4 additions & 0 deletions docs/pt-br/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 404 - Página Não Encontrada

Ops! A página que você está procurando não existe.
[Voltar ao Início](index.md)
3 changes: 3 additions & 0 deletions docs/pt-br/api/core-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Classes Principais

Documentação das classes principais da ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/api/helper-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Funções Auxiliares

Funções auxiliares da ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/api/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Visão Geral da API

Visão geral da API da ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/api/scene-interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Interface de Cena

Explicação sobre a interface de cenas.
3 changes: 3 additions & 0 deletions docs/pt-br/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Autor

Informações sobre o autor da ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contribuindo

Guia para contribuir com a ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/examples/advanced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exemplos Avançados

Exemplos avançados de uso da ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/examples/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Exemplos Básicos

Exemplos básicos de uso da ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/getting-started/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Funcionalidades Principais

Visão geral das principais funcionalidades da ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/getting-started/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Guia Rápido

Comece rapidamente com a ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Bem-vindo à Documentação da ziviDomeLive

Esta é a página inicial.
3 changes: 3 additions & 0 deletions docs/pt-br/installation/dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dependências

Dependências necessárias para a ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/installation/installation-steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Passo a Passo de Instalação

Guia de instalação passo a passo para a ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/installation/requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Requisitos

Lista de requisitos para a ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/known-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Problemas Conhecidos

Lista de problemas conhecidos na ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Licença

Informações da licença GPL-2.0 para a ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/usage/basic-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Uso Básico

Instruções básicas de uso para a ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/usage/event-handling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Manipulação de Eventos

Como lidar com eventos na ziviDomeLive.
3 changes: 3 additions & 0 deletions docs/pt-br/usage/external-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Integração Externa

Integre a ziviDomeLive com ferramentas externas.
3 changes: 3 additions & 0 deletions docs/pt-br/usage/scene-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Gerenciamento de Cenas

Como gerenciar cenas na ziviDomeLive.
15 changes: 10 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ copyright: MIT Licence.
plugins:
- search
- offline
- i18n:
default_language: en
languages:
en: English
pt-br: Português (Brasil)
- - i18n:
docs_structure: suffix
languages:
- locale: en
default: true
name: English
build: true
- locale: pt-br
name: Português (Brasil)
build: true

extra_css:
- assets/extra.css
Expand Down

0 comments on commit fd208f8

Please sign in to comment.