Skip to content

jmix-framework/jmix-context7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jmix Documentation for Context7

This repository contains Jmix documentation and UI Samples prepared for uploading to Context7.

There are two main components: Python-based web scrapers that extract documentation from official Jmix sources, and the scraped content organized into structured documentation (HTML) and UI code samples (markdown). The scrapers target the official Jmix documentation site and the UI Samples demo application.

Running scrapers:

cd tools
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python jmix_docs_scraper.py ../content/docs
python jmix_ui_samples_scraper.py ../content/ui-samples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published