gitextract_g2z71_u9/ ├── .editorconfig ├── .github/ │ ├── PULL_REQUEST_TEMPLATE.md │ ├── dependabot.yml │ └── workflows/ │ └── pr_fixup.yml ├── .gitignore ├── Gemfile ├── LICENSE ├── README.md ├── _config.yml ├── _data/ │ ├── navigation.yml │ └── sites.yml ├── _includes/ │ ├── faq-01.html │ ├── faq-02.html │ ├── faq-03.html │ ├── faq-04.html │ ├── faq-05.html │ ├── faq-06.html │ ├── faq-07.html │ ├── faq-08.html │ ├── navigation.html │ └── teams.html ├── _layouts/ │ └── default.html ├── _plugins/ │ ├── precision_filter.rb │ └── rss_feed.rb ├── _redirects ├── assets/ │ └── css/ │ └── style.css ├── docker-compose.yml ├── faq.md ├── index.md ├── netlify.toml ├── random.html ├── scripts/ │ ├── check_alphabetical_sorting.sh │ ├── docs_site_size_rechecker.md │ ├── invalid_site_rechecker.sh │ └── site_size_rechecker.py └── vercel.json