mirror of
https://github.com/catppuccin/nim.git
synced 2024-12-22 02:50:44 -06:00
docs: update links to catppuccin/nim
This commit is contained in:
parent
74f1e87217
commit
8f22686e3c
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ Output of `nim r examples/term.nim`:
|
||||||
## 🙋 FAQ
|
## 🙋 FAQ
|
||||||
|
|
||||||
- Q: **_"Where can I find the doc?"_**\
|
- Q: **_"Where can I find the doc?"_**\
|
||||||
A: [Documentation](https://gh.dayl.in/catppuccin-nim)
|
A: [Documentation](https://catppuccin.github.io./nim)
|
||||||
|
|
||||||
## 💝 Thanks to
|
## 💝 Thanks to
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ task docs, "Deploy doc html + search index to public/ directory":
|
||||||
deployDir = getCurrentDir() / "public"
|
deployDir = getCurrentDir() / "public"
|
||||||
pkgName = "catppuccin"
|
pkgName = "catppuccin"
|
||||||
srcFile = getCurrentDir() / "src" / (pkgName & ".nim")
|
srcFile = getCurrentDir() / "src" / (pkgName & ".nim")
|
||||||
gitUrl = "https://github.com/daylinmorgan/catppuccin-nim"
|
gitUrl = "https://github.com/catppuccin/nim"
|
||||||
selfExec &"doc --index:on --git.url:{gitUrl} --git.commit:v{version} --outdir:{deployDir} --project {srcFile}"
|
selfExec &"doc --index:on --git.url:{gitUrl} --git.commit:v{version} --outdir:{deployDir} --project {srcFile}"
|
||||||
withDir deployDir:
|
withDir deployDir:
|
||||||
mvFile(pkgName & ".html", "index.html")
|
mvFile(pkgName & ".html", "index.html")
|
||||||
|
|
Loading…
Reference in a new issue