Commit Graph

12 Commits

Author SHA1 Message Date
Zeke Foppa ec37594e79 Fix link checking (#340)
* [bfops/check-links]: fix link checker

* [bfops/check-links]: fix

* [bfops/check-links]: fix broken links

* [bfops/check-links]: fix logic

* [bfops/check-links]: fix site links

---------

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
2025-05-01 15:26:02 -07:00
Tyler Cloutier 96710dab99 Blackholio Tutorial Update (#128)
* First commit to test images

* Progress on the unity tutorial

* moar docs

* Part 3 incoming

* Part 3 and almost part 4!

* Finalized part 4 and deleted unused files

* Small fixes and clarifications

* Review typos and fixes

* Fixed link validation for images

* Removed the reference to an image which is going to be moving

* Fixed the tsconfig issue (it was not actually using the tsconfig)

* Shortened titles

* Just testing something

* Undo change

* Consistent headers

* Commenting out images for now

* Missed an image
2025-01-15 21:12:20 -05:00
Tyler Cloutier 639b9269fe Switches to a canonical GitHub slugger format so that our slugs always match links generated on GitHub (#123)
Standardized slugging across docs and web
2025-01-03 16:06:09 -05:00
Tyler Cloutier 48bab90a41 Added a script to check the validity of docs links and a .github action (#122)
* Added a script to check the validity of docs links and a .github action

* Removed erroneous thing

* Switched the action trigger

* Added workflow to ensure that the nav.ts has been built to nav.js

* typo

* Build nav.ts

* typo thing

* Fixed script issue

* Fix

* Fixed a few links

* Added relative link resolution and fixed the broken links

* now checking fragments

* Now checking fragments properly and publishing some stats

* Forgot exit code

* Fix broken links

Well, in at least some cases, just remove broken links.

- The BSATN ref contained links to type defns, but didn't have type defns.
  Replace the links with plain text.
- HTTP database links for recovery-code related routes were getting mangled
  in some way I couldn't figure out, so the links weren't working
  despite their targets clearly existing.
  Conveniently, those routes have been removed,
  so remove the links and the corresponding sections.
- The JSON doc (erroneously called "SATN") contained typos,
  spelling "producttype" as "productype".
- C# SDK ref had links to a section on the `Address` type, but no such section.
  Replace the links with plain text.
- Rust SDK ref had a link getting mangled in a way I couldn't figure out.
  Simplify the section title so that the anchor name is predictable.
- TypeSciprt SDK ref used camelCase names in anchor links,
  but we downcase all section titles to create anchor names.

Also slap a section in README.md which says how to run the checker locally.

---------

Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org>
2025-01-03 00:44:00 -05:00
Puru Vijay 6412318479 prettier (#85)
Push
2024-09-19 12:38:41 +05:30
Tyler Cloutier 6a071583f5 Revert "fix: Docs build, pnpm, vm evaluate (#46) (#50)" (#52)
This reverts commit 6c11566a23.
2024-05-02 10:11:54 -04:00
Tyler Cloutier 6c11566a23 fix: Docs build, pnpm, vm evaluate (#46) (#50)
* Push

* prettierrc

* Use cjs cuz current api require's it

* Prettier override for md

* fix 2b-c-sharp

Hopefully fixed the break introduced by pnpm

Fix to nav.js generation

Now just using tsc to build the file

type = commonjs

Co-authored-by: Puru Vijay <47742487+PuruVJ@users.noreply.github.com>
2024-05-02 10:02:46 -04:00
Tyler Cloutier 30f628dcfd Revert "fix: Docs build, pnpm, vm evaluate (#46)" (#48)
This reverts commit a92dbc08c4.
2024-05-01 23:57:58 -04:00
Puru Vijay a92dbc08c4 fix: Docs build, pnpm, vm evaluate (#46)
* Push

* prettierrc

* Use cjs cuz current api require's it

* Prettier override for md

* fix 2b-c-sharp
2024-05-01 22:20:11 +05:30
Nathaniel Richards 603b065b20 Created buildeR 2023-11-28 15:01:39 -05:00
Nathaniel Richards 7051be0fb8 Removed excess 2023-09-28 08:57:08 -04:00
Nathaniel Richards 6731f29499 First commit 2023-09-18 12:25:05 -04:00