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 60b9fc3 commit 9678a77
Show file tree
Hide file tree
Showing 50 changed files with 202 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: 3.x

- name: Install dependencies
run: pip install mkdocs-material
run: pip install mkdocs-material mkdocs-static-i18n

- 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 @@ -24,7 +24,7 @@ jobs:
python-version: 3.x

- name: Install dependencies
run: pip install mkdocs-material
run: pip install mkdocs-material mkdocs-static-i18n

- name: Build website
if: github.event.action != 'closed'
Expand Down
Empty file added docs/assets/extra.css
Empty file.
128 changes: 0 additions & 128 deletions docs/develop.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/en/api/core-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Core Classes
Description of the core classes.
2 changes: 2 additions & 0 deletions docs/en/api/helper-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Helper Functions
List of helper functions.
2 changes: 2 additions & 0 deletions docs/en/api/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# API Overview
Overview of the ziviDomeLive API.
2 changes: 2 additions & 0 deletions docs/en/api/scene-interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scene Interface
Interface for scene management.
2 changes: 2 additions & 0 deletions docs/en/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Author
Information about the author.
2 changes: 2 additions & 0 deletions docs/en/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Contributing
How to contribute to the ziviDomeLive library.
2 changes: 2 additions & 0 deletions docs/en/examples/advanced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Advanced Examples
Advanced usage examples.
2 changes: 2 additions & 0 deletions docs/en/examples/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Basic Examples
Basic examples of usage.
2 changes: 2 additions & 0 deletions docs/en/getting-started/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Key Features
Main features of the ziviDomeLive library.
2 changes: 2 additions & 0 deletions docs/en/getting-started/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Quickstart Guide
Begin with using ziviDomeLive quickly.
2 changes: 2 additions & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Welcome to ziviDomeLive Documentation
This is the main page for the English documentation.
2 changes: 2 additions & 0 deletions docs/en/installation/dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependencies
Details on library dependencies.
2 changes: 2 additions & 0 deletions docs/en/installation/installation-steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Installation Steps
Step-by-step guide to install ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/en/installation/requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Requirements
List of requirements for installing ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/en/known-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Known Issues
List of known issues in the library.
2 changes: 2 additions & 0 deletions docs/en/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License
Details about the license.
2 changes: 2 additions & 0 deletions docs/en/usage/basic-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Basic Usage
Guide to basic usage of ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/en/usage/event-handling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Event Handling
Manage events within ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/en/usage/external-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# External Integration
Integrating with other tools and libraries.
2 changes: 2 additions & 0 deletions docs/en/usage/scene-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scene Management
Handling and managing scenes.
Binary file removed docs/example_sketch_output.jpg
Binary file not shown.
46 changes: 0 additions & 46 deletions docs/getting-started.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/index.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/pt/api/core-classes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Classes Principais
Descrição das classes principais.
2 changes: 2 additions & 0 deletions docs/pt/api/helper-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Funções Auxiliares
Lista de funções auxiliares.
2 changes: 2 additions & 0 deletions docs/pt/api/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Visão Geral da API
Visão geral da API do ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/pt/api/scene-interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Interface de Cena
Interface para gerenciamento de cenas.
2 changes: 2 additions & 0 deletions docs/pt/author.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Autor
Informações sobre o autor.
2 changes: 2 additions & 0 deletions docs/pt/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Contribuindo
Como contribuir para a biblioteca ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/pt/examples/advanced.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Exemplos Avançados
Exemplos avançados de uso.
2 changes: 2 additions & 0 deletions docs/pt/examples/basic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Exemplos Básicos
Exemplos básicos de uso.
2 changes: 2 additions & 0 deletions docs/pt/getting-started/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Funcionalidades Principais
Principais funcionalidades da biblioteca ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/pt/getting-started/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Guia Rápido
Comece a usar o ziviDomeLive rapidamente.
2 changes: 2 additions & 0 deletions docs/pt/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Bem-vindo à Documentação ziviDomeLive
Esta é a página principal para a documentação em português.
2 changes: 2 additions & 0 deletions docs/pt/installation/dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependências
Detalhes sobre as dependências da biblioteca.
2 changes: 2 additions & 0 deletions docs/pt/installation/installation-steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Passos de Instalação
Guia passo a passo para instalar o ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/pt/installation/requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Requisitos
Lista de requisitos para instalar o ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/pt/known-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Problemas Conhecidos
Lista de problemas conhecidos na biblioteca.
2 changes: 2 additions & 0 deletions docs/pt/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Licença
Detalhes sobre a licença.
2 changes: 2 additions & 0 deletions docs/pt/usage/basic-usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Uso Básico
Guia para o uso básico do ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/pt/usage/event-handling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Manipulação de Eventos
Gerencie eventos dentro do ziviDomeLive.
2 changes: 2 additions & 0 deletions docs/pt/usage/external-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Integração Externa
Integração com outras ferramentas e bibliotecas.
2 changes: 2 additions & 0 deletions docs/pt/usage/scene-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Gerenciamento de Cenas
Manipulação e gerenciamento de cenas.
Loading

0 comments on commit 9678a77

Please sign in to comment.