{"id":14965283,"url":"https://github.com/salt-labs/docs","last_synced_at":"2026-01-23T17:31:43.598Z","repository":{"id":177769490,"uuid":"601824830","full_name":"salt-labs/docs","owner":"salt-labs","description":"Documenting cloud-native things","archived":false,"fork":false,"pushed_at":"2025-10-20T01:34:37.000Z","size":43891,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-10-20T06:28:55.575Z","etag":null,"topics":["idem","saltstack","tanzu","training","unofficial","vmware","vra"],"latest_commit_sha":null,"homepage":"https://docs.saltlabs.tech","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/salt-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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":"MAHDTech"}},"created_at":"2023-02-14T22:41:02.000Z","updated_at":"2025-10-20T01:23:50.000Z","dependencies_parsed_at":"2025-10-20T03:21:15.000Z","dependency_job_id":"06ee4b01-0a8c-4b45-ac7f-be80c744ddd9","html_url":"https://github.com/salt-labs/docs","commit_stats":null,"previous_names":["salt-labs/docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/salt-labs/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salt-labs%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salt-labs%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salt-labs%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salt-labs%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salt-labs","download_url":"https://codeload.github.com/salt-labs/docs/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salt-labs%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28696673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: 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":["idem","saltstack","tanzu","training","unofficial","vmware","vra"],"created_at":"2024-09-24T13:34:31.670Z","updated_at":"2026-01-23T17:31:43.582Z","avatar_url":"https://github.com/salt-labs.png","language":"HTML","funding_links":["https://github.com/sponsors/MAHDTech"],"categories":[],"sub_categories":[],"readme":"# Docs\n\nThis repository contains the source files for the Salt Labs [docs](https://docs.saltlabs.tech) website.\n\n## Overview\n\nIn the spirit of open collaboration, we're sharing some non-sensitive _Cloud Native Engineering_ resources that we found useful here at Salt Labs in our travels.\n\n## Content\n\nSo what can and can't we put here?\n\n|                    Example                     | YES / NO |\n| :--------------------------------------------: | :------- |\n|              Customer information              | NO ❌    |\n|              Project information               | NO ❌    |\n|                 Internet Links                 | YES ✅   |\n| Publicly available information with references | YES ✅   |\n\nDo you have good resources to share?\n\n_Contributions are welcome!_\n\n![Contributions](/assets/images/meme/contributions.png)\n\n## Development\n\nLocal development instructions for working with this repository.\n\n- Ensure the submodules are up-to-date\n\n```bash\n# First time setup\ngit submodule update --init --recursive\n\n# Future updates\ngit submodule update --recursive --remote\n```\n\n- Install the dependencies\n\n```bash\nnpm install\n\ngo mod download -x\n\nhugo mod clean\nhugo mod tidy\nhugo mod graph\n```\n\n- Run your own local instance using [hugo](https://gohugo.io)\n\n```bash\nhugo server --environment development\n```\n\n- Browse to the site running on `localhost`\n\n```bash\nopen http://localhost:1313/\n```\n\n## Updating\n\n- To update dependencies\n\n```bash\n# Update development dependencies\nnpm update --save-dev\n\n# Test...\n\n# Update production dependencies\nnpm update --save-prod\n\n# Update Workers dependencies\nnpm --prefix workers-site update --save-dev\nnpm --prefix workers-site update --save-prod\n\n# update Go\nhugo mod clean\nhugo mod get -u\nhugo mod tidy\nhugo mod graph\n```\n\n## CI\n\n### GitHub Actions\n\nThere is an included workflow for Cloudflare Workers that will deploy the site.\n\n## Theme\n\nThe official documentation for this theme (GoDocs) can be found at [gethugothemes](https://docs.gethugothemes.com/godocs/)\n\n### Weights\n\nThe weights are used to determine the order of the pages in the menu. The lower the weight, the higher the page will appear in the menu.\n\nIt can get a little confusing, so here's a table to track the weights.\n\n|  Page Name   |  Weight   |\n| :----------: | :-------: |\n|  Changelog   |     1     |\n|   Contact    |     1     |\n|     FAQ      |     1     |\n| Introduction |     1     |\n|    Search    |     1     |\n|  Frameworks  | 1000-1999 |\n| Technologies | 2000-2999 |\n|  Tutorials   | 3000-3999 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalt-labs%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalt-labs%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalt-labs%2Fdocs/lists"}