{"id":51592982,"url":"https://github.com/donseba/go-webthings-docs","last_synced_at":"2026-07-11T16:01:49.813Z","repository":{"id":368875273,"uuid":"1280557965","full_name":"donseba/go-webthings-docs","owner":"donseba","description":"Go Webthings Documentation","archived":false,"fork":false,"pushed_at":"2026-07-02T15:17:36.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-02T16:34:41.039Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go Template","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/donseba.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":"savage-software-com","patreon":null,"open_collective":null,"ko_fi":"donseba","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"donseba","thanks_dev":null,"custom":null}},"created_at":"2026-06-25T17:51:10.000Z","updated_at":"2026-07-02T15:16:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/donseba/go-webthings-docs","commit_stats":null,"previous_names":["donseba/go-webthings-docs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/donseba/go-webthings-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donseba%2Fgo-webthings-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donseba%2Fgo-webthings-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donseba%2Fgo-webthings-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donseba%2Fgo-webthings-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donseba","download_url":"https://codeload.github.com/donseba/go-webthings-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donseba%2Fgo-webthings-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35367446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"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":[],"created_at":"2026-07-11T16:01:49.216Z","updated_at":"2026-07-11T16:01:49.805Z","avatar_url":"https://github.com/donseba.png","language":"Go Template","funding_links":["https://github.com/sponsors/savage-software-com","https://ko-fi.com/donseba","https://buymeacoffee.com/donseba"],"categories":[],"sub_categories":[],"readme":"# go-webthings-docs\nGo Webthings Documentation\n\n## Local routing proof\n\nRun the docs server:\n\n```bash\ngo run ./cmd/website\n```\n\nRoutes are selected by host:\n\n- `http://docs.rocketweb.nl:8080/go-partial`\n- `http://docs.rocketweb.nl:8080/go-partial/rendering`\n- `http://docs.rocketweb.nl:8080/go-docs`\n- `http://docs.rocketweb.nl:8080/go-docs/install`\n- `http://docs.rocketweb.nl:8080/go-router`\n- `http://docs.rocketweb.nl:8080/go-router/hosts`\n- `http://showcase.rocketweb.nl:8080/go-partial`\n- `https://docs.gowebthings.com/go-partial`\n- `https://docs.gowebthings.com/go-router`\n- `https://showcase.gowebthings.com/go-partial`\n\nThe same router currently supports:\n\n- `go-partial`\n- `go-docs`\n- `go-router`\n\nCheck the route behavior with:\n\n```bash\ngo test ./...\ngo tool go-doc templates .\n```\n\nBuild the shared docs stylesheet from its Tailwind source with:\n\n```bash\ntask build-css\n```\n\nThe deployable website lives under `deploy/website` and is split into deploy sections:\n\n- `deploy/website/docs`\n- `deploy/website/main`\n- `deploy/website/showcase`\n\nThe app loads deploy files from the filesystem at runtime. When running from the repository\nroot, it uses `deploy/website/docs`; when running the built binary from `deploy/website`,\nit uses the `docs` directory next to the executable. Set `ASSET_DIR` to override this.\n\nThe element documentation templates live under `deploy/website/docs/templates/go_partial`,\n`deploy/website/docs/templates/go_doc`, and `deploy/website/docs/templates/go_router`;\nshared shell templates live under `deploy/website/docs/templates/general`.\nThe shared docs-family stylesheet source lives at `deploy/website/docs/tailwind/main.css`;\nthe generated output is `deploy/website/docs/assets/css/styles.css` and is served as\n`/assets/css/styles.css` for each docs/showcase host.\n\nThe main website has its own deploy files under `deploy/website/main`. Its template is\n`deploy/website/main/templates/page.gohtml`, its copied image assets live in\n`deploy/website/main/assets/img`, and its stylesheet source/output live at\n`deploy/website/main/tailwind/main.css` and `deploy/website/main/assets/css/styles.css`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonseba%2Fgo-webthings-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonseba%2Fgo-webthings-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonseba%2Fgo-webthings-docs/lists"}