{"id":18484129,"url":"https://github.com/lazerpayhq/lazerpay-documentation-v2","last_synced_at":"2025-04-08T18:33:08.276Z","repository":{"id":37002678,"uuid":"490855323","full_name":"LazerpayHQ/Lazerpay-documentation-v2","owner":"LazerpayHQ","description":"⚡️ Official Lazerpay Finance documentation and API reference manual","archived":false,"fork":false,"pushed_at":"2022-10-19T12:58:45.000Z","size":13467,"stargazers_count":19,"open_issues_count":14,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T17:12:56.225Z","etag":null,"topics":["apis","blockchain","crypto","documentation","fintech","payment","web3"],"latest_commit_sha":null,"homepage":"lazerpay-documentation-v2.vercel.app","language":"TypeScript","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/LazerpayHQ.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}},"created_at":"2022-05-10T20:45:28.000Z","updated_at":"2023-07-10T11:30:30.000Z","dependencies_parsed_at":"2023-01-17T12:46:11.358Z","dependency_job_id":null,"html_url":"https://github.com/LazerpayHQ/Lazerpay-documentation-v2","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/LazerpayHQ%2FLazerpay-documentation-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazerpayHQ%2FLazerpay-documentation-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazerpayHQ%2FLazerpay-documentation-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazerpayHQ%2FLazerpay-documentation-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LazerpayHQ","download_url":"https://codeload.github.com/LazerpayHQ/Lazerpay-documentation-v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247902729,"owners_count":21015506,"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":["apis","blockchain","crypto","documentation","fintech","payment","web3"],"created_at":"2024-11-06T12:38:40.399Z","updated_at":"2025-04-08T18:33:03.268Z","avatar_url":"https://github.com/LazerpayHQ.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Lazerpay Official Documentation 👋\n\n[![GitHub issues](https://img.shields.io/github/issues/LazerPay-Finance/Lazerpay-documentation-v2)](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/issues)\n[![GitHub stars](https://img.shields.io/github/stars/LazerPay-Finance/Lazerpay-documentation-v2)](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/stargazers)\n[![GitHub license](https://img.shields.io/github/license/LazerPay-Finance/Lazerpay-documentation-v2)](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2)\n\nThis is the repository for the Lazerpay documentation site\n[docs.lazerpay.finance][wi]. Lazerpay Documentation accepts contributions via GitHub pull requests. This document outlines some contributing guidelines,\ncontact points, and other resources to make it easier to contribute to\nlazerpay-documentation-v2.\n\nIf you've run into a problem or have a suggestion, browse the open [issues][is]\nbefore opening a new one. We use the following [label system][la] to organize\nour issues.\n\n- ![][cr] for typos, broken links, and other quick fixes\n- ![][tr] for additions to the FAQ and Troubleshooting sections\n- ![][im] for revisions, rewrites, and larger improvements\n- ![][fe] for feedback on structure \u0026 content\n- ![][qu] for questions that can't be answered via documentation\n- ![][fi] for improvements and fixups related to the look and feel of the docs\n  site\n\n### Best practices for managing contributions\n\n- If a question is asked more than twice in the documentation channel, it should be\n  added as an outstanding ![][tr] issue. If a resolution is found, it should be\n  captured in the issue before it's closed or in a following pull request.\n  Those involved in the support process should contribute to the documentation\n  (i.e. if you answered the question, be sure to capture the outcome in the\n  relevant documentation).\n\n- If a piece of unaddressed feedback is given more than three times, a ![][fe]\n  issue should be created and added to the [Feedback Hub][fh] to be prioritized\n  in the following weekly sync.\n\n- Issues will be reviewed on a rolling basis and triaged weekly by\n  [@MeisterJustice](https://github.com/MeisterJustice) and [@Frontend-io](https://github.com/Frontend-io)\n\n# How to Contribute\n\n- [Get Started](#get-started)\n- [Editing Content](#editing-content)\n- [Contributing](#contributing)\n\n## Get Started\n\n- Create a fork of the documentation, install neccessary dependencies by running `yarn`\n- To start your server, run `yarn dev` and you'll have your development server running on **localhost:3000**\n\n## Editing Content\nTo add a new content, e.g page, please note this is a NextJS app, a knowledge of NextJS is required to work with files and how pages are routed. \n\n- All new pages should go to the `content/docs` folder accordingly. The pages are written in markdown (MDX - an extension of MD). \n- MDX allows you to use JSX components in the same file. If you have a section of the page that is written in JSX, please create that component and include it to the existing [mdx-component object](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/blob/main/components/mdx-components.tsx) so it is properly mapped when rendering. Don't forget to export the component in the entry `index.ts` file before importing anywhere else.\n- UI Reusable components like `LzButton`, `LzLink` and `LzContainer` can be found in [UI-Components](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/tree/main/components/UI). Use these components when working on any issue. You're welcome to create new UI reusable components in the same project folder. Please make sure your new resuable components follow the same naming convention as the existing components.\n- [Tailwindcss](https://tailwindcss.com/) helps you to build any design, directly in your markup. We implement this css framework in our components, so knowledge of Tailwind is required. Please go through the [Typography-scss-file](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/blob/main/styles/typography.scss) to understand how to apply the existing typography in our design pattern. Also, see [Tailwind-config](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/blob/main/tailwind.config.js) for the list of our colors, shadows, font sizes, etc. Check out [Quicklinks](https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/blob/main/components/QuickLinks/index.tsx) for a sample of how these are implemented.\n\n### Editing an existing docs page\n- Make your changes to the neccessary files, create your PR following the issue guideline\n\n### Adding a new docs page to an existing sidebar\n- The sidebar is quite easy to use. After creating your page, update the `sidebar.config.ts` file to include your new route/page if it's not already there. Each sidebar option has a nested structure, so if you are working on a nested link under a particular sidebar item, add that page route in the `items` array of the sidebar config.\n\n## Contributing\n\nContributions to lazerpay-documentation-v2 can be made via pull requests on GitHub. When opening a PR, please tag any associated parties,\n[@MeisterJustice](https://github.com/MeisterJustice) and [@Frontend-io](https://github.com/Frontend-io)\n\n\n## Contributors ✨\n\nThanks to Chakra-UI team for making their [Zag Docs](https://github.com/chakra-ui/zag-docs) documentation Open source and free to use. \n\nThis project follows the\n[all-contributors](https://github.com/all-contributors/all-contributors)\nspecification. Contributions of any kind welcome!\n\n[cr]: https://img.shields.io/badge/-fixup-critical\n[cs]: https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification/signing-commits\n[fe]: https://img.shields.io/badge/-feedback-%23DD0BE1\n[fh]: https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/projects/1\n[fi]: https://img.shields.io/badge/-ui-1d76db\n[im]: https://img.shields.io/badge/-improvement-blueviolet\n[is]: https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/issues\n[la]: https://github.com/LazerPay-Finance/Lazerpay-documentation-v2/labels\n[qu]: https://img.shields.io/badge/-question-C0EE59\n[tr]: https://img.shields.io/badge/-troubleshooting-%23FBCA04\n[wi]: https://docs.lazerpay.finance/home/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazerpayhq%2Flazerpay-documentation-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazerpayhq%2Flazerpay-documentation-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazerpayhq%2Flazerpay-documentation-v2/lists"}