-
Notifications
You must be signed in to change notification settings - Fork 23
chore: improves docs and add codeowners #507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Better llms.txt - fixes broken links in page actions - fixes md copy to match astro
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
synapse-dev | 62827fd | Dec 14 2025, 01:42 PM |
closes #467
| @@ -1,4 +1,5 @@ | |||
| import starlight from '@astrojs/starlight' | |||
| import { llmsPlugin } from '@hugomrdias/docs/starlight-llms' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs would be good in this, and why starlight-llms-txt isn't good enough?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too slow and was just dumpimg all md content in one file, which is really bad for context management, and the spec doesnt really say that ...
and the other llm actions plugin was copying the markdown to the wrong path ...
so i merged them into my package and fixed the bugs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
k, you should update your readme then to be more than nothing
| <!-- Check out the [changelog](/changelog-sdk/version/0-37-0/) for more information. --> | ||
|
|
||
| The main entrypoint `@filoz/synapse-sdk` no longer export all the other modules, from this version onwards it will only export the `Synapse` class, constants and types. Check [reference](/reference/filoz/synapse-sdk/synapse/) for the current exports. | ||
| The main entrypoint `@filoz/synapse-sdk` no longer export all the other modules, from this version onwards it will only export the `Synapse` class, constants and types. Check [reference](/reference/filoz/synapse-sdk/synapse/toc/) for the current exports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is /toc/ something new? this PR contains links to both https://docs.filecoin.cloud/reference/filoz/synapse-sdk/synapse/toc/ and https://docs.filecoin.cloud/reference/filoz/synapse-sdk/toc/ but neither of them exist today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes before we were using index.md files but the "index.md" files are special because they end up being just /folder/ not folder/index/ so that was breaking a bunch of things in the llms and typescript plugins.
Co-authored-by: Rod Vagg <rod@vagg.org>
rvagg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still getting CODEOWNERS errors but it's because that team doesn't have write access, individuals do but the team doesn't so we should fix that.
Should be resolved by: FilOzone/github-mgmt#30 |
Uh oh!
There was an error while loading. Please reload this page.