{"id":17655992,"url":"https://github.com/ashucoder9/docs-with-fuma","last_synced_at":"2025-03-30T09:28:02.171Z","repository":{"id":249642037,"uuid":"832089800","full_name":"ashucoder9/docs-with-fuma","owner":"ashucoder9","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-09T11:35:17.000Z","size":54074,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T11:37:51.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs-with-fuma.vercel.app","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashucoder9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-22T10:32:37.000Z","updated_at":"2024-08-09T11:35:21.000Z","dependencies_parsed_at":"2025-02-05T11:47:49.524Z","dependency_job_id":null,"html_url":"https://github.com/ashucoder9/docs-with-fuma","commit_stats":null,"previous_names":["ashucoder9/docs-with-fuma"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashucoder9%2Fdocs-with-fuma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashucoder9%2Fdocs-with-fuma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashucoder9%2Fdocs-with-fuma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashucoder9%2Fdocs-with-fuma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashucoder9","download_url":"https://codeload.github.com/ashucoder9/docs-with-fuma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246300375,"owners_count":20755338,"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":"2024-10-23T13:09:25.579Z","updated_at":"2025-03-30T09:28:02.154Z","avatar_url":"https://github.com/ashucoder9.png","language":"MDX","readme":"# Avalanche Developer Docs\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"public/logo.png?raw=true\"\u003e\n\u003c/div\u003e\n\n## Overview\n\nThis repository contains the contents for the Avalanche Developer Docs\ndeployed at [https://docs.avax.network](https://docs.avax.network).\n\n## Contributing\n\nContributing to the docs site is a great way to get involved with the Avalanche dev community!\nHere's how to get started:\n\n### Quick Fixes\n\nFor small typos or corrections, it is easy to contribute without the need to clone/fork the\nrepository. Simply:\n\n- Find the page you want to edit.\n- Click on the \"Edit on GitHub\" button in the right sidebar\n- Make the changes and Hit \"Commit changes ...\"\n- Edit the `commit message` to describe the change in 4 or less words, and include any extra details in the description\n- Hit \"Sign off and commit changes\" to raise a PR with your proposed changes\n\n### New Content or Extensive Changes\n\nTo propose new docs or large edits to our existing pages, follow the steps accordingly:\n\n- **Ava Labs Github Organization Members:** Clone the repo\n  `git clone https://github.com/ava-labs/avalanche-docs.git`\n- **External Contributors:** Fork the repo via GitHub's GUI\n- Checkout to a new branch `git checkout -b \u003cyour-name/branch-name\u003e`\n- Make changes on your branch\n- `git add .`\n- **`yarn dev` to ensure the build passes**\n- `git commit -m \"some commit message\"`\n- `git push`\n- Head to [GitHub](https://github.com/ava-labs/avalanche-docs) and open a new pull request\n\n### Structure and Syntax\n\n- Docs are located in the [docs](content/docs) directory.\n- Our style guide can be found [here](style-guide.md).\n- All image files should be included under [public images folder](public/images).\n\n### Pull Request (PR)\n\n- All PRs should be made against the `master` branch.\n- Following a successful build, Vercel will deploy your branch where you can verify your changes.\n- Once your PR is merged into `master`, [https://docs.avax.network/](https://docs.avax.network/) will be updated with your changes.\n\n### Installation\n\n```bash\nyarn install\n```\n\n### Local Development\n\n```bash\nyarn run start\n```\n\nThis command starts a local development server and opens up a browser window. Most changes are\nreflected live without having to restart the server.\n\n### Build\n\n```bash\nnext build\n```\n\nThis command generates static content into the `.next` directory and can be rendered using Next server.\n\n## New or Missing Content Requests\n\n_The information I am requesting is related to a specific project, i.e. AvalancheGo, AvalancheNetworkRunner, etc.:_\n\n- Please raise a **Missing Docs Issue** in the GitHub repository of that project and\n  thoroughly detail your request. Include references to any existing pages relevant to your\n  request.\n\n_The information I am requesting is explanatory in nature and does not currently exist:_\n\n- Please open a new [Issue](https://github.com/ava-labs/avalanche-docs/issues/new/choose)\n  in this repository and thoroughly detail your request according to the issue template.\n  If urgent, please create a new ticket in the\n  [Dev Docs Improvement Proposals](https://github.com/orgs/ava-labs/projects/15/views/1)\n  dashboard.\n\n_Erroneous or missing information on documentation unrelated to a specific project needs\nediting:_\n\n- If you understand the issue enough to provide a correction, follow the steps\n  [here](https://github.com/ava-labs/avalanche-docs#quick-fixes).\n- If not, please raise an [Issue](https://github.com/ava-labs/avalanche-docs/issues/new/choose).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashucoder9%2Fdocs-with-fuma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashucoder9%2Fdocs-with-fuma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashucoder9%2Fdocs-with-fuma/lists"}