{"id":26153981,"url":"https://github.com/solana-community/wiki","last_synced_at":"2025-03-11T08:03:06.956Z","repository":{"id":43694964,"uuid":"359068718","full_name":"solana-community/wiki","owner":"solana-community","description":"Solana Developer Wiki","archived":false,"fork":false,"pushed_at":"2024-03-22T09:39:21.000Z","size":16212,"stargazers_count":10,"open_issues_count":5,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-18T03:45:54.974Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://solana.wiki","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solana-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-18T06:57:04.000Z","updated_at":"2023-08-03T22:52:26.000Z","dependencies_parsed_at":"2023-01-19T17:03:46.026Z","dependency_job_id":null,"html_url":"https://github.com/solana-community/wiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-community%2Fwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-community%2Fwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-community%2Fwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solana-community%2Fwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solana-community","download_url":"https://codeload.github.com/solana-community/wiki/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242995900,"owners_count":20218828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-03-11T08:02:12.363Z","updated_at":"2025-03-11T08:03:06.943Z","avatar_url":"https://github.com/solana-community.png","language":"HTML","funding_links":[],"categories":["Additional Resources"],"sub_categories":["Notes"],"readme":"# Docsy Example\n\n[Docsy](https://github.com/google/docsy) is a Hugo theme for technical documentation sites, providing easy site navigation, structure, and more. This **Docsy Example Project** uses the Docsy theme, as well as providing a skeleton documentation structure for you to use. You can either copy this project and edit it with your own content, or use the theme in your projects like any other [Hugo theme](https://gohugo.io/themes/installing-and-using-themes/).\n\nThe theme is included in this project as a Git submodule:\n\n```bash\n▶ git submodule\n a053131a4ebf6a59e4e8834a42368e248d98c01d themes/docsy (heads/master)\n```\n\nThis Docsy Example Project is hosted at [https://example.docsy.dev/](https://example.docsy.dev/).\n\nYou can find detailed theme instructions in the Docsy user guide: https://docsy.dev/docs/\n\nThis is not an officially supported Google product. This project is currently maintained.\n\n## Using the Docsy Example Project as a template\n\nA simple way to get started is to use this project as a template, which gives you a site project that is set up and ready to use. To do this: \n\n1. Click **Use this template**.\n\n2. Select a name for your new project and click **Create repository from template**.\n\n3. Make your own local working copy of your new repo using git clone, replacing https://github.com/my/example.git with your repo’s web URL:\n\n```bash\ngit clone --recurse-submodules --depth 1 https://github.com/my/example.git\n```\n\nYou can now edit your own versions of the site’s source files.\n\nIf you want to do SCSS edits and want to publish these, you need to install `PostCSS`\n\n```bash\nnpm install\n```\n\n## Running the website locally\n\nBuilding and running the site locally requires a recent `extended` version of [Hugo](https://gohugo.io).\nYou can find out more about how to install Hugo for your environment in our\n[Getting started](https://www.docsy.dev/docs/getting-started/#prerequisites-and-installation) guide.\n\nOnce you've made your working copy of the site repo, from the repo root folder, run:\n\n```\nhugo server\n```\n\n## Running a container locally\n\nYou can run docsy-example inside a [Docker](https://docs.docker.com/)\ncontainer, the container runs with a volume bound to the `docsy-example`\nfolder. This approach doesn't require you to install any dependencies other\nthan [Docker Desktop](https://www.docker.com/products/docker-desktop) on\nWindows and Mac, and [Docker Compose](https://docs.docker.com/compose/install/)\non Linux.\n\n1. Build the docker image \n\n   ```bash\n   docker-compose build\n   ```\n\n1. Run the built image\n\n   ```bash\n   docker-compose up\n   ```\n\n   \u003e NOTE: You can run both commands at once with `docker-compose up --build`.\n\n1. Verify that the service is working. \n\n   Open your web browser and type `http://localhost:1313` in your navigation bar,\n   This opens a local instance of the docsy-example homepage. You can now make\n   changes to the docsy example and those changes will immediately show up in your\n   browser after you save.\n\n### Cleanup\n\nTo stop Docker Compose, on your terminal window, press **Ctrl + C**. \n\nTo remove the produced images run:\n\n```console\ndocker-compose rm\n```\nFor more information see the [Docker Compose\ndocumentation](https://docs.docker.com/compose/gettingstarted/).\n\n## Troubleshooting\n\nAs you run the website locally, you may run into the following error:\n\n```\n➜ hugo server\n\nINFO 2021/01/21 21:07:55 Using config file: \nBuilding sites … INFO 2021/01/21 21:07:55 syncing static files to /\nBuilt in 288 ms\nError: Error building site: TOCSS: failed to transform \"scss/main.scss\" (text/x-scss): resource \"scss/scss/main.scss_9fadf33d895a46083cdd64396b57ef68\" not found in file cache\n```\n\nThis error occurs if you have not installed the extended version of Hugo.\nSee our [user guide](https://www.docsy.dev/docs/getting-started/) for instructions on how to install Hugo.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolana-community%2Fwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolana-community%2Fwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolana-community%2Fwiki/lists"}