-
-
Notifications
You must be signed in to change notification settings - Fork 106
docs: documentation website #119
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
✅ Deploy Preview for tsdown ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
|
Looks like my script broke on Netlify 💀 |
|
It seems the function safe_sed() {
if [[ "$OSTYPE" == "darwin"* ]]; then
sed -i '' "$@"
else
sed -i "$@"
fi
}
safe_sed '1,6d' ./docs/reference/config-options.md
safe_sed 's/..\/type-aliases/.\/type-aliases/g' ./docs/reference/config-options.md
safe_sed '1,6d' ./docs/reference/type-aliases/*.md |
|
@Gugustinette I just invite you to this repo https://github.com/rolldown/tsdown/invitations |
|
Thanks, I'll try some fixes now ! |
|
We also need to copy |
|
I can do that too, however they won't be translated, do we accept the reference in english everywhere ? |
|
Translation in the API reference is unnecessary. Let's simply copy it as is. |
|
Should be fixed now ? API Reference generation can really get a bit sketchy sometimes, I should create a dedicated plug and play library that fixes all these issues 🤔 |
Co-authored-by: Triumph-light <[email protected]> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
Thanks to @Gugustinette and @Triumph-light for their awesome work!
continue #112, closes #93