Visit Page
1
0
Fork
You've already forked pages
0
forked from java-gi/pages
Java-GI website
  • Python 100%
2026年05月30日 19:40:24 +02:00
.forgejo/workflows Update workflow 2026年04月25日 15:31:57 +02:00
docs Update docs 2026年05月30日 19:40:24 +02:00
macros Add .gitignore 2026年05月14日 15:34:56 +02:00
.gitignore Add .gitignore 2026年05月14日 15:34:56 +02:00
mkdocs.yml Setup website with git-pages 2026年04月25日 14:36:06 +02:00
README.md Add README.md 2026年05月14日 15:42:19 +02:00

This repository contains the sources for the Java-GI website. To build and test the site locally, run these steps:

pip install mkdocs mkdocs-material mkdocs-macros-plugin
mkdocs build
mkdocs serve