{"id":26242303,"url":"https://github.com/alankrantas/loc-documentation","last_synced_at":"2025-12-29T06:31:16.277Z","repository":{"id":282035117,"uuid":"817562105","full_name":"alankrantas/loc-documentation","owner":"alankrantas","description":"User documentation for FST Network's Logic Operating Centre (LOC), a serverless SaaS data product platform (archived site)","archived":false,"fork":false,"pushed_at":"2025-08-31T18:11:25.000Z","size":22252,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T20:27:12.524Z","etag":null,"topics":["c-sharp","cloud","data-catalog","data-integration","data-mesh","data-pipeline","documentation","docusaurus","docusaurus-v3","javascript","markdown","mermaid","reactjs","rollupjs","saas","serverless","startup","typescript"],"latest_commit_sha":null,"homepage":"https://loc-documentation.vercel.app","language":"MDX","has_issues":false,"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/alankrantas.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-20T01:52:29.000Z","updated_at":"2025-08-31T18:11:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"e73bb1aa-6e2f-4a1d-942c-6915abf11a1b","html_url":"https://github.com/alankrantas/loc-documentation","commit_stats":null,"previous_names":["alankrantas/loc-documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alankrantas/loc-documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Floc-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Floc-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Floc-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Floc-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alankrantas","download_url":"https://codeload.github.com/alankrantas/loc-documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alankrantas%2Floc-documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28111429,"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","status":"online","status_checked_at":"2025-12-29T02:00:07.021Z","response_time":58,"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":["c-sharp","cloud","data-catalog","data-integration","data-mesh","data-pipeline","documentation","docusaurus","docusaurus-v3","javascript","markdown","mermaid","reactjs","rollupjs","saas","serverless","startup","typescript"],"created_at":"2025-03-13T09:50:27.627Z","updated_at":"2025-12-29T06:31:16.272Z","avatar_url":"https://github.com/alankrantas.png","language":"MDX","readme":"# [LOC Documentation](https://loc-documentation.vercel.app/) (Archived)\n\nThe end-user documentation project for [FST Network](https://www.fst.network/)'s _Logic Operating Centre_ (LOC), a.k.a. **LOC-Doc**, built with React-based [Docusaurus 3.x](https://docusaurus.io/).\n\n\u003e Archived as [Alan Wang](https://github.com/alankrantas)'s contribution between Aug 2022 to July 2024. Sensitive information and files are removed.\n\n---\n\n## Docs and Versioning\n\nDue to the requirement of multiple versioning in LOC, LOC-Doc current serve the following docs:\n\n| Docs Folder        | Root Routing Path | Docs ID      | Docs                              | Versioning                          |\n| ------------------ | ----------------- | ------------ | --------------------------------- | ----------------------------------- |\n| `/src/pages`       | `/`               |              | General pages without sidebars    | No                                  |\n| `/docs`            | `/docs`           | `default`    | General docs with sidebars        | No                                  |\n| `/docs-main`       | `/main`           | `main`       | LOC (Core, Studio, CLI) main docs | Yes (`v1.0`)                        |\n| `/docs-sdk-ts`     | `/sdk-ts`         | `sdk-ts`     | SDK for JS/TS docs                | Yes (`v0.10`)                       |\n| `/docs-sdk-csharp` | `/sdk-csharp`     | `sdk-csharp` | SDK for C# docs                   | Yes (`v0.1`)                        |\n| `/docs-legacy`     | `/legacy/intro`   | `legacy`     | Legacy docs                       | Yes (`0.6`~`0.10`; no new versions) |\n\n---\n\n## Local Development\n\n\u003e Prerequisites: [Node.js](https://nodejs.org/en/download/) (latest LTS version), [Git](https://git-scm.com/downloads) and [VS Code](https://code.visualstudio.com/Download)\n\n```bash\nnpm i -g yarn\ngit clone https://github.com/alankrantas/loc-documentation.git\ncd loc-documentation\nyarn\n```\n\n### Start Dev Server\n\n```bash\nyarn start\n```\n\n### Build and Run Local Production\n\n```bash\nyarn build\nyarn serve\n```\n\n### Build and Run in Docker\n\n\u003e Prerequisite: [Docker](https://www.docker.com/products/docker-desktop/)\n\u003e\n\u003e `/dev-support/containers/nginx` contains the original Dockerfile and configuration of a Nginx container for deploying the site to AWS ECR.\n\n```bash\ndocker build . -f ./dev-support/containers/local/Dockerfile -t loc-doc\ndocker run -d -p 8080:8080 --rm loc-doc\n```\n\n---\n\n## Special Thanks\n\nMany had contributed valuable feedback for this project, and developed the very product it documented. Many of them stayed until the end when the company encountered financial difficulties:\n\n- [Leo Chou](https://www.linkedin.com/in/leo-chou-fstk), COO then CPO\n- [Josh Chu](https://www.linkedin.com/in/joshchu999), the first dev lead, ScrumMaster (who also contributed the AWS ECR deployment workflow)\n- [David Lee](https://www.linkedin.com/in/david-ying-ray-lee-480395ba), the second dev lead, test engineer and DevOps\n- [Renhao Xiao](https://www.linkedin.com/in/renhao-xiao-2b7599129), back-end engineer, SRE and DevOps\n- [Ken Lee](https://www.linkedin.com/in/ken-lee-305455143), front-end engineer\n- [Tara Huang](https://www.linkedin.com/in/tara-huang-73964b117), SRE\n- [Jessica Wu](https://www.linkedin.com/in/jessica-wu-b6964214b), UI/UX designer\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falankrantas%2Floc-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falankrantas%2Floc-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falankrantas%2Floc-documentation/lists"}