{"id":19363455,"url":"https://github.com/usherlabs/logstore-documentation","last_synced_at":"2026-02-09T21:36:12.081Z","repository":{"id":178097026,"uuid":"656529339","full_name":"usherlabs/logstore-documentation","owner":"usherlabs","description":"Documentation for Usher Labs' Log Store","archived":false,"fork":false,"pushed_at":"2025-01-24T04:10:47.000Z","size":2739,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-03T09:43:15.167Z","etag":null,"topics":["cryptocurrency","data-management","decentralized","events","network","real-time","smart-contracts","solidity","verification"],"latest_commit_sha":null,"homepage":"https://docs.logstore.usher.so","language":"TypeScript","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/usherlabs.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,"zenodo":null}},"created_at":"2023-06-21T06:15:05.000Z","updated_at":"2025-01-24T04:11:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fb0f869-f9d7-48a3-ba99-8962f8142f70","html_url":"https://github.com/usherlabs/logstore-documentation","commit_stats":{"total_commits":50,"total_committers":4,"mean_commits":12.5,"dds":0.5,"last_synced_commit":"8a45a52ab5ef5053561b3eee9efb726a278a614d"},"previous_names":["usherlabs/labs-docs","usherlabs/logsn-docs","usherlabs/documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/usherlabs/logstore-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usherlabs%2Flogstore-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usherlabs%2Flogstore-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usherlabs%2Flogstore-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usherlabs%2Flogstore-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usherlabs","download_url":"https://codeload.github.com/usherlabs/logstore-documentation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usherlabs%2Flogstore-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29281972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T19:05:41.198Z","status":"ssl_error","status_checked_at":"2026-02-09T19:05:37.449Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cryptocurrency","data-management","decentralized","events","network","real-time","smart-contracts","solidity","verification"],"created_at":"2024-11-10T07:34:14.619Z","updated_at":"2026-02-09T21:36:12.037Z","avatar_url":"https://github.com/usherlabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📖 **Welcome to Usher Labs Documentation Repository**\n\n~~This is the home of the Usher Labs documentation repository!~~\n\nAs of the 24th of Jan 2025:\n\n1. Usher Labs' Verity Documentation has moved to [https://docs.verity.usher.so](https://docs.verity.usher.so)\n2. Usher Labs' Research \u0026 Papers have been absorbed into the website: [https://www.usher.so/blog](https://www.usher.so/blog)\n\nThis Documentation now only contains Usher Labs' experiments \u0026 projects such as:\n\n- **The Log Store Network**\n\n---\n\nThis website is built using **[Docusaurus 3](https://docusaurus.io/)**, a static website generator.\n\n## Get started\n\n### Installation\n\n```sh\n$ pnpm i\n\n```\n\n### Local Development\n\n```sh\n$ pnpm start\n```\n\nThis command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.\n\n## **Customization**\n\n### Creating and organizing content\n\n- Store content in the `docs` directory, supporting `.md` and `.mdx` files. [Learn more →](https://docusaurus.io/docs/create-doc)\n- Configure each folder metadata accordingly, using `_category_.json` or `_category_.yml`. [Learn more →](https://docusaurus.io/docs/sidebar/autogenerated#category-item-metadata)\n- Utilize frontmatter options for configuration and customization. **[See the API here →](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#markdown-front-matter)**\n- Set a specific page as the main page [link] (if you do not intend to create a dedicated homepage. Otherwise, to create a homepage learn more here)\n- Configure header navigation items in the `docusaurus.config.js` file. [Learn more →](https://docusaurus.io/docs/docs-multi-instance#docs-navbar-items)\n- Create multiple sidebars by updating `sidebars.js` according to your docs folder structure. [Learn more →](https://docusaurus.io/docs/sidebar/multiple-sidebars)\n\n**Example of a tree structure in the `docs` folder:**\n\n```\ndocs\n├── getting-started\n│   ├── introduction.md\n│   └── installation.md\n└── guides\n    ├── configuration.md\n    └── customization.md\n\n```\n\n### Basic customization\n\n- Change fonts following instructions at `tailwind.config.ts`\n- Modify typography settings at `tailwind.config.ts`\n- Update colors at `tailwind.config.ts`\n\n### Advanced customization\n\n- Apply component-specific styles at specific `module.css` files\n- Use mdx and React. [Learn more →](https://docusaurus.io/docs/markdown-features/react)\n- Swizzle built-in components or update our modifications at `src/theme/*` files. [Learn more about Swizzling →](https://docusaurus.io/docs/swizzling)\n- Develop custom React pages at `src/pages`. [Learn more →](https://docusaurus.io/docs/creating-pages#add-a-react-page)\n\n## Best practices\n\n- When swizzling components, add comments to indicate where changes occurred\n- Follow Docusaurus-specific best practices for versioning and customization. [Learn more →](https://docusaurus.io/docs/versioning#recommended-practices)\n\n## Deployment\n\n### Build\n\n```sh\n$ pnpm build\n```\n\nThis command generates static content into the `build` directory and can be served using any static contents hosting service.\n\n## Deployment\n\nTo deploy your documentation with Vercel, follow these steps:\n\n1. Sign up for a **[Vercel account](https://vercel.com/signup)** if you don't have one.\n2. Install the **[Vercel CLI](https://vercel.com/download)** by running `npm i -g vercel`.\n3. Run `vercel login` in your terminal and log in using your Vercel account.\n4. In your project directory, run `vercel` to initiate the deployment process. Follow the prompts to link your project to Vercel.\n5. Once your project is linked, Vercel will deploy your documentation. After the deployment, you'll receive a URL to access your live documentation.\n\nFor subsequent deployments, run `vercel --prod` in your project directory to deploy your documentation to the production environment.\n\nFor more information on Vercel deployments, consult the **[official Vercel documentation](https://vercel.com/docs)**.\n\n## Contributing to this documentation\n\n1. **Report issues**: If you find any errors, inconsistencies, or areas that need improvement, please open an issue on the **[GitHub repository](https://github.com/usherlabs/logstore/issues)**. Provide a clear description of the issue and suggest a possible solution or improvement.\n2. **Suggest enhancements**: If you have ideas for new sections, topics, or content that would be helpful to others, please share your suggestions by opening an issue on the **[GitHub repository](https://github.com/usherlabs/logstore/issues)**.\n3. **Submit a pull request**: If you'd like to contribute directly by fixing an issue or adding new content, please fork the repository, make changes, and submit a pull request. Ensure your changes follow the documentation guidelines and best practices outlined in the README.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusherlabs%2Flogstore-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusherlabs%2Flogstore-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusherlabs%2Flogstore-documentation/lists"}