{"id":45865932,"url":"https://github.com/gig/open","last_synced_at":"2026-04-30T07:01:45.919Z","repository":{"id":37103998,"uuid":"272661403","full_name":"GiG/open","owner":"GiG","description":"GiG Open is an initiative from GiG to contribute back to the community. Here at GiG, we rely a lot on open technologies so this is our way to give back; both software and knowledge.","archived":false,"fork":false,"pushed_at":"2026-02-27T05:25:27.000Z","size":9304,"stargazers_count":8,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-27T12:59:05.732Z","etag":null,"topics":["mkdocs","open-source","policy"],"latest_commit_sha":null,"homepage":"https://open.gig.com/","language":"HTML","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/GiG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2020-06-16T09:07:47.000Z","updated_at":"2026-02-27T05:24:28.000Z","dependencies_parsed_at":"2023-11-27T06:23:55.802Z","dependency_job_id":"c5ec45d4-10b7-4479-a64b-64ed6ad24eca","html_url":"https://github.com/GiG/open","commit_stats":null,"previous_names":[],"tags_count":375,"template":false,"template_full_name":null,"purl":"pkg:github/GiG/open","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiG%2Fopen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiG%2Fopen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiG%2Fopen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiG%2Fopen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GiG","download_url":"https://codeload.github.com/GiG/open/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GiG%2Fopen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32457110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["mkdocs","open-source","policy"],"created_at":"2026-02-27T08:29:50.575Z","updated_at":"2026-04-30T07:01:45.913Z","avatar_url":"https://github.com/GiG.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub Pages](https://github.com/GiG/open/workflows/GitHub%20Pages/badge.svg?branch=master)](https://github.com/GiG/open/actions?query=workflow%3A%22GitHub+Pages%22) [![GitHub Discuss](https://img.shields.io/badge/GitHub-Discuss-brightgreen)](https://github.com/GiG/open/discussions)\r\n\r\n# GiG Open\r\n\r\nThis is the repository for the static documentation site for [the open.gig.com microsite](https://open.gig.com/).\r\n\r\n## Building the site\r\n\r\nThis project is based on [MkDocs](https://www.mkdocs.org/) using the [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme. To build this project you'll need Python installed on your system, the Python package manager, `pip` as well as the `mkdocs` package. You can check if you have these already installed from the command line:\r\n\r\n```sh\r\n$ python --version\r\nPython 3.8.2\r\n$ pip --version\r\npip 20.0.2 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)\r\n$ mkdocs --version\r\nmkdocs, version 0.15.3\r\n```\r\n\r\nMkDocs supports Python versions 3.5, 3.6, 3.7, 3.8, and pypy3. If these are not installed, you can follow the [MkDocs installation documentation](https://www.mkdocs.org/#installation).\r\n\r\nMkDocs comes with a built-in dev-server that lets you preview your documentation as you work on it. Make sure you're in the same directory as the `mkdocs.yml` configuration file, and then start the server by running the mkdocs serve command:\r\n\r\n```sh\r\n$ mkdocs serve\r\nINFO    -  Building documentation...\r\nINFO    -  Cleaning site directory\r\n[I 160402 15:50:43 server:271] Serving on http://127.0.0.1:8000\r\n[I 160402 15:50:43 handlers:58] Start watching changes\r\n[I 160402 15:50:43 handlers:60] Start detecting changes\r\nOpen up http://127.0.0.1:8000/ in your browser\r\n```\r\n\r\n## Run Development Server with Docker\r\n\r\n\r\nFirst you need to build the image:\r\n\r\n```sh\r\ndocker build . -t gig-open\r\n```\r\n\r\nOnce the image is built, you can run the development server by mapping the MkDocs port and mounting your source volume to `/src` as follows:\r\n\r\n### Windows\r\n\r\n```cmd\r\ndocker run --rm -it -v \"%cd%\":/src -p 8000:8000 gig-open\r\n```\r\n\r\n### Linux\r\n\r\n```sh\r\ndocker run --rm -it -v ${PWD}:/src -p 8000:8000 gig-open\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgig%2Fopen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgig%2Fopen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgig%2Fopen/lists"}