[WIP] Rewrites docs into Astro (Starlight)#7
Draft
Adammatthiesen wants to merge 37 commits into
Draft
Conversation
- Simplified ContentPanel by removing API doc specific logic and styles. - Updated content configuration to remove unused schemas and types, streamlining the docs collection. - Added variable font imports for Geist and Geist Mono, and updated font styles in CSS.
feat: update tsconfig.json to support React JSX syntax feat: add NodeDocCard component for displaying node documentation feat: implement node preview components for various flow nodes docs: create flow-nodes documentation with detailed descriptions and examples docs: add overview and output-nodes documentation for chart editor style: consolidate global styles into global.css for better organization
- Introduced background and logo images for OpenGraph sharing. - Implemented route middleware to update OpenGraph meta tags dynamically. - Created utility function to retrieve OpenGraph image paths based on page routes.
- Introduced new pages for Custom Metrics, Error Tracking, Feature Flags, and Installation. - Added Migration Guide for upgrading from version 0.23.0 to 0.24.0. - Included Obfuscation Mappings documentation for uploading ProGuard/R8 mappings. - Created platform-specific integration guides for Bukkit, BungeeCord, Fabric, Hytale, Minestom, NeoForge, Nukkit, Sponge, and Velocity. - Documented system properties for configuring FastStats behavior at runtime.
…oss Java platform guides
… versions of node and pnpm
…ing in Topics component
- Introduced consent and cookieless mode documentation. - Added error tracking guidelines for browser and server errors. - Documented automatic and custom event tracking. - Explained feature flags usage in the browser. - Provided instructions for identifying users and managing sessions. - Created installation and setup guides for FastStats Web Analytics. - Detailed JavaScript SDK usage and configuration. - Added Nuxt integration instructions for FastStats Web Analytics. - Documented React and Next.js integration with FastStats Web Analytics. - Explained session replay functionality and configuration. - Added sourcemaps upload instructions for better error tracking. - Documented reporting of Core Web Vitals from the browser SDK.
Member
|
Thanks for the PR! Just a comment on the formatter/linter thing: We used Biome for a really long time inside the monorepo, but the memory usage of the VS Code extension was sometimes going over 20 GB 😅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request rewrites the project's configuration, build system, and documentation setup. It removes configuration files and workflows related to Bun, Oxlint, and Oxfmt, and migrates the final docker build process to use pnpm and Nginx. Additionally, it introduces new development and documentation files for Astro and Starlight, updates the Dockerfile, and adds VSCode recommendations and launch configurations.
TODOs:
Notes:
.prototoolsis used by Moon's Proto a local runtime/"package manager" manager. prevents my CLI sessions from running unwanted version in projects