{"id":28780682,"url":"https://github.com/jmuozan/arspostfaber-docs","last_synced_at":"2026-02-02T14:06:50.063Z","repository":{"id":297240655,"uuid":"984711305","full_name":"jmuozan/ArsPostFaber-docs","owner":"jmuozan","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-16T13:33:00.000Z","size":17538,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T14:46:27.146Z","etag":null,"topics":["documentation","grasshopper-plugin","grasshopper3d","rhino3d"],"latest_commit_sha":null,"homepage":"https://jmuozan.github.io/ArsPostFaber-docs/","language":null,"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/jmuozan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-05-16T11:33:49.000Z","updated_at":"2025-06-16T13:33:04.000Z","dependencies_parsed_at":"2025-06-04T21:06:25.058Z","dependency_job_id":"ee0afc66-6f57-498c-b3f1-6b17b623fa15","html_url":"https://github.com/jmuozan/ArsPostFaber-docs","commit_stats":null,"previous_names":["jmuozan/arspostfaber-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jmuozan/ArsPostFaber-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmuozan%2FArsPostFaber-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmuozan%2FArsPostFaber-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmuozan%2FArsPostFaber-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmuozan%2FArsPostFaber-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmuozan","download_url":"https://codeload.github.com/jmuozan/ArsPostFaber-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmuozan%2FArsPostFaber-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["documentation","grasshopper-plugin","grasshopper3d","rhino3d"],"created_at":"2025-06-17T18:07:42.776Z","updated_at":"2026-02-02T14:06:50.058Z","avatar_url":"https://github.com/jmuozan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation for Ars Post Faber Plug-in\n\nThe following repository hosts a mkdocs website to document the developement, usage and purpose of the plug-in *Ars Post Faber* for **Grasshopper** in **Rhino 8** developed by [Jorge Muñoz Zanón](https://www.linkedin.com/in/jorgemunozzanon/)\n\nYou can check the code of the plug-in [here](https://github.com/jmuozan/ArsPostFaber) and the documentation website [here](https://jmuozan.github.io/ArsPostFaber-docs/)\n\nIf you want to contribute (or you already have) to the main code it will be great if you can contribute to this website by making some cool documentation so people can understand how your component works and why you decided to coded (as a plus you can also explain how you made it so other people can understand it and maybe make some iterations)\n\n## How do I contribute to the documentation website?\n\nEssential to have [git](https://git-scm.com/downloads) installed in your computer\n\n### Clone the repository\n\n```bash\ngit clone https://github.com/jmuozan/ArsPostFaber-docs.git\n```\n\n### Move to your directory\n\n```bash\ncd your_directory/ArsPostFaber-docs\n```\n\n### Create virtual environment\n\n```bash\npython -m venv venv\n```\n\n### Activate virtual environment\n\n#### MacOS\n\n```bash\nsource myvenv/bin/activate\n```\n\n#### Windows\n\n```bash\n# In cmd.exe\nvenv\\Scripts\\activate.bat\n# In PowerShell\nvenv\\Scripts\\Activate.ps1\n```\n\n### Install [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)\n\n```bash\npip install mkdocs-material\n```\n\n### Check changes live while editing\n\n```bash\nmkdocs serve\n```\n\n### Create a Branch to Work on Your Changes\n\n```bash\ngit branch BRANCH-NAME\ngit checkout BRANCH-NAME\n```\n\nWork on the project editing the markdown adding your documentation. Use any IDE of your wish for it. The one I use is [Visual Studio Code](https://code.visualstudio.com/)\n\n### Push changes\n\n```bash\ngit add .\ngit commit -m \"description of the change\"\ngit push\n```\n\n### Pull request\n\nWith the changes done and pushed, navigate back to this repo. You'll see that your branch is one commit ahead of main. Click Contribute and then Open a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmuozan%2Farspostfaber-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmuozan%2Farspostfaber-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmuozan%2Farspostfaber-docs/lists"}