-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| * @hugomrdias @rvagg | ||
|
|
||
| /docs/src/content/cookbooks @FilOzone/FIL-B | ||
| /docs/src/content/core-concepts @FilOzone/FIL-B | ||
| /docs/src/content/introduction @FilOzone/FIL-B | ||
| /docs/src/content/resources @FilOzone/FIL-B | ||
| /docs/src/content/developer-guides @FilOzone/FIL-B @hugomrdias @rvagg |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ If you are coming from an earlier version of any of the Synapse packages, you wi | |
|
|
||
| <!-- 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. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
|
||
| ### Action: Change `import` statements | ||
|
|
||
|
|
||
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