jaandGitHub fbd7ed407f Add Lenna Alesi Team Profile - Advanced Visual Analysis Expert (#88)
* Add Lenna Alesi team profile page with comprehensive visual analysis capabilities

* Update team index to make Lenna Alesi clickable and add expanded description

* Update mkdocs.yml

add Lenna to Team

Signed-off-by: Jane Alesi <ja@satware.ai>

---------

Signed-off-by: Jane Alesi <ja@satware.ai>
2025-05-28 14:01:38 +02:00
2025-05-20 09:54:28 +02:00
2025-05-28 11:58:06 +02:00
2025-05-20 15:27:23 +02:00
2025-05-20 09:54:28 +02:00

satwareai-mkdocs

A documentation website for satware.ai built with MkDocs and the Material for MkDocs theme.

Overview

This project contains the source files for the satware.ai documentation website. It uses MkDocs as the static site generator and the Material for MkDocs theme for styling and enhanced functionality.

Setup and Installation

  1. Clone the repository:

    git clone https://github.com/satware-ag/satwareai-mkdocs.git
    cd satwareai-mkdocs
    
  2. Create and activate a virtual environment:

     python -m venv venv
     source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  3. Install the dependencies:

  pip install -r requirements.txt

Development

To start the development server:

./dev.sh

Or manually:

mkdocs serve

This will start a local development server at http://127.0.0.1:8000/ that automatically reloads when you make changes to the documentation.

SCSS Compilation

The project uses SCSS for styling. To compile SCSS files to CSS:

python compile_scss.py

Building the Site

To build the static site:

mkdocs build

This will create a site directory with the built static site.

Theme Customization

The site uses the Material for MkDocs theme with custom overrides located in the docs/overrides directory. Additional styling is provided through SCSS files in the docs/stylesheets directory.

Documentation

For more information about MkDocs and the Material for MkDocs theme, refer to:

S
Description
Cloned satware.ai project from GitHub
Readme
26 MiB
Languages
SCSS 64.5%
Shell 15.1%
HTML 12.9%
Python 6.3%
Dockerfile 1.2%