{"id":19411988,"url":"https://github.com/artsy/palette-docs","last_synced_at":"2026-04-18T07:36:58.006Z","repository":{"id":38288894,"uuid":"501026957","full_name":"artsy/palette-docs","owner":"artsy","description":"Docs for Palette, Artsy's Design System ","archived":false,"fork":false,"pushed_at":"2025-11-20T19:11:15.000Z","size":753,"stargazers_count":2,"open_issues_count":10,"forks_count":0,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-11-20T20:22:17.823Z","etag":null,"topics":["design-system","react","styled-system"],"latest_commit_sha":null,"homepage":"https://palette.artsy.net/","language":"MDX","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/artsy.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}},"created_at":"2022-06-07T22:47:34.000Z","updated_at":"2025-11-11T15:47:23.000Z","dependencies_parsed_at":"2024-11-10T12:39:52.643Z","dependency_job_id":null,"html_url":"https://github.com/artsy/palette-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artsy/palette-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artsy%2Fpalette-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artsy%2Fpalette-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artsy%2Fpalette-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artsy%2Fpalette-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artsy","download_url":"https://codeload.github.com/artsy/palette-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artsy%2Fpalette-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["design-system","react","styled-system"],"created_at":"2024-11-10T12:24:18.863Z","updated_at":"2026-04-18T07:36:57.988Z","avatar_url":"https://github.com/artsy.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Palette Docs\n\nDocs for [Palette](https://github.com/artsy/palette), built on top of [Gatsby](https://www.gatsbyjs.org/).\n\n## Meta\n\n- Docs URL: [https://palette.artsy.net](https://palette.artsy.net)\n- Palette Github Repo: [https://github.com/artsy/palette](https://github.com/artsy/palette)\n- Storybook: [https://palette-storybook.artsy.net](https://palette-storybook.artsy.net)\n- Point People: [@damassi](https://github.com/damassi), [@dzucconi](https://github.com/dzucconi)\n\n### Development\n\n```sh\nyarn start\n\nopen http://localhost:8000\nopen http://localhost:8000/___graphql\nopen http://localhost:8000/admin\n```\n\n### Deployment\n\nMerges to `main` are automatically deployed to https://palette.artsy.net.\n\n### Docs Architecture\n\n\u003cdetails\u003e\n  \u003csummary\u003eGatsby API Details\u003c/summary\u003e\n\n1.  **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage\n    of the [Gatsby browser APIs](https://www.gatsbyjs.org/docs/browser-apis/)\n    (if any). These allow customization/extension of default Gatsby settings\n    affecting the browser.\n1.  **`gatsby-config.js`**: This is the main configuration file for a Gatsby\n    site. This is where you can specify information about your site (metadata)\n    like the site title and description, which Gatsby plugins you’d like to\n    include, etc. (Check out the\n    [config docs](https://www.gatsbyjs.org/docs/gatsby-config/) for more\n    detail).\n1.  **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of\n    the [Gatsby Node APIs](https://www.gatsbyjs.org/docs/node-apis/) (if any).\n    These allow customization/extension of default Gatsby settings affecting\n    pieces of the site build process.\n1.  **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of\n    the\n    [Gatsby server-side rendering APIs](https://www.gatsbyjs.org/docs/ssr-apis/)\n    (if any). These allow customization of default Gatsby settings affecting\n    server-side rendering.\n\n\u003c/details\u003e\n\n### Docs Search\n\nSearch within the Palette docs is implemented with [Algolia DocSearch](https://docsearch.algolia.com/). How?\n\n1. The Palette docs are decorated with markers for Algolia's crawler. (See [here](https://github.com/artsy/palette-docs/blob/main/src/layouts/MainLayout.tsx#L35-L36), [here](https://github.com/artsy/palette-docs/blob/main/src/layouts/MainLayout.tsx#L51), and [here](https://github.com/artsy/palette-docs/blob/main/src/layouts/MainLayout.tsx#L63).)\n2. The Palette docs site is configured to be crawled by Algolia in [their `algolia/docsearch-configs` project](https://github.com/algolia/docsearch-configs/blob/master/configs/artsy_palette.json).\n3. The [search box](https://github.com/artsy/palette-docs/blob/main/src/components/Sidebar/SearchBox.tsx#L13) on the docs site sends search text through Algolia's JavaScript, to hit the index built by crawling the Palette docs. See [this implementation PR](https://github.com/artsy/palette/pull/642).\n4. The search results are styled by [overriding Algolia's default styles](https://github.com/artsy/palette-docs/blob/main/src/components/Sidebar/algolia.css#L15).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartsy%2Fpalette-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartsy%2Fpalette-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartsy%2Fpalette-docs/lists"}