{"id":19058717,"url":"https://github.com/macvim-dev/docs","last_synced_at":"2026-03-05T07:35:52.498Z","repository":{"id":137301295,"uuid":"611030240","full_name":"macvim-dev/docs","owner":"macvim-dev","description":"Generated documentation for MacVim","archived":false,"fork":false,"pushed_at":"2025-12-16T05:57:54.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-19T17:22:27.251Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://macvim.org/docs/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macvim-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"macvim-dev","open_collective":"macvim"}},"created_at":"2023-03-08T00:44:30.000Z","updated_at":"2025-12-16T05:57:50.000Z","dependencies_parsed_at":"2024-01-29T16:57:40.656Z","dependency_job_id":"df1598ff-8348-4932-9bee-f11ab48b4599","html_url":"https://github.com/macvim-dev/docs","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":"0.19512195121951215","last_synced_commit":"db44de2888a0115a792b98c61ef5b2e9451228d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macvim-dev/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvim-dev%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvim-dev%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvim-dev%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvim-dev%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macvim-dev","download_url":"https://codeload.github.com/macvim-dev/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvim-dev%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30114316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T00:01:09.020Z","updated_at":"2026-03-05T07:35:52.463Z","avatar_url":"https://github.com/macvim-dev.png","language":"Python","funding_links":["https://github.com/sponsors/macvim-dev","https://opencollective.com/macvim"],"categories":[],"sub_categories":[],"readme":"# MacVim auto-generated web documentation \n\n[![MacVim Documentation Build](https://github.com/macvim-dev/docs/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/macvim-dev/docs/actions/workflows/ci.yaml)\n\nThis repository contains automation scripts to periodically generate an online web version of MacVim documentation. It uses [vimhelp](https://github.com/c4rlo/vimhelp) as a backend to generate HTML versions of MacVim's documentation and publishes them as a GitHub page. The repository is named \"docs\" so that it would show up as the same URL under the root domain under GitHub Pages.\n\n## vimhelp\n\nThe subfolder `vimhelp` is a forked version of vimhelp using Git subtree (we avoid using submodules to avoid having to make another repository just for the downstream changes). It contains changes to add support for a \"MacVim\" project and to change the output to match MacVim's needs. It also has some improvements to the offline mode (e.g. manual light/dark mode selection). There's also a custom filter to make `gui_mac.txt` render a little fancier, including showing the MacVim icon.\n\nCommand used to add the subtree:\n```\ngit remote add -f vimhelp git@github.com:c4rlo/vimhelp.git\ngit subtree add --prefix=vimhelp vimhelp/master --squash\n```\n\nCommand used for staying in sync and pulling from upstream:\n```\ngit fetch vimhelp\ngit subtree merge -m \"Merge subtree 'vimhelp' from 'vimhelp/master'\" --prefix=vimhelp vimhelp/master --squash\n```\n\n## Running locally\n\nTo run the scripts locally, follow vimhelp's [README](vimhelp/README.md) to set up a venv first:\n\n```\ncd vimhelp\npython3 -m venv --upgrade-deps .venv\n.venv/bin/pip install -r requirements.txt\n```\n\nSource the venv:\n\n```\n. .venv/bin/activate\n```\n\nThen run the script (make sure to substitute `$macvim_dir` with the directory that you have MacVim cloned to):\n\n```\nscripts/h2h.py -i $macvim_dir/runtime/doc -o ../build --project macvim --web-version --output-tags-json\n```\n\nYou can then run a simple web server in the build folder and browse to it. E.g. Use Python as a web server (it will be available at http://localhost:8000):\n\n```\ncd build\npython3 -m http.server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacvim-dev%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacvim-dev%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacvim-dev%2Fdocs/lists"}