Skip to content

Wajdakrk/k9mail-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-9 Mail User Manual

This repository is the home of the user documentation for K-9 Mail. Contributions are welcome.

Uses mkdocs to generate static HTML.

Changes to the main and stable branch are automatically published to the website using GitHub Actions.

The main branch contains the documentation for the current beta version.

The stable branch contains the documentation for the current stable version and is displayed by default when the site is accessed via https://docs.k9mail.app/.

Installing dependencies

Best is using a virtual environment to avoid conflicts with other Python projects:

python -m venv venv

Activate the virtual environment. You need to do this every time you want to build the site:

source virtual_env/bin/activate

Install the dependencies:

pip install -r requirements.txt

After you are done, deactivate the virtual environment:

deactivate

Building the Site

To preview local changes, run

mkdocs serve --config-file config/en/mkdocs.yml

then visit http://127.0.0.1:8000/en/.

Creating Screenshots

We automated the creation of screenshots. The tools and a short explanation can be found in the user-manual directory of the K-9 Mail app repository.

About

K-9 Mail documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%