Files
zkldi_Tachi/docs
zkldi 11f87f2706 docs: enforce pnpm run <scriptname>
Can you believe it? pnpm <scriptname> goes through this bizarre
anti-logic wrt. running scripts.

If the script is a dedicated pnpm command, it will run that command.
Else if the script exists in package.json, it will run it.

At this point, it then tries to run it as a normal shell command. By
checking if <scriptname> is in $PATH and then executing that.

What the hell? This was helpfully revealed to my by a tester who found
`pnpm sort` was taking too long. That's because it was running
`sort(1)`.

Absolutely insane behaviour. Why???
2022-08-20 23:54:39 +01:00
..
2022-08-20 23:54:39 +01:00
2021-06-21 15:42:01 +01:00
2021-08-11 17:57:37 +01:00
2021-06-10 02:09:22 +01:00

Tachi-Docs

This is the documentation for Tachi.

Our staging branch is hosted under https://docs-staging.bokutachi.xyz.

Our release/2.* branch is hosted under https://docs.bokutachi.xyz

Setup

If you're in a horribly hellish python environment like me (Sorry Sera, you know its true) make sure you use pip3

  • pip install mkdocs
  • pip install mkdocs-material
  • mkdocs serve

Contributing

Fork the repository and PR your changes to staging.