Skip to content

Commit a34a280

Browse files
fix sidebar nesting
1 parent 6528acc commit a34a280

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/docs/specta/rfc/flightscience.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ Although these changes are for Tauri Specta they are being done under the higher
600600
This work on removing the function stuff from the core is incomplete but being documented as I did more research into it's viability.
601601
</Callout>
602602

603-
### Restructure `specta_typescript`
603+
## Restructure `specta_typescript`
604604

605605
Specta Typescript has been in need of a lot of work to properly support frameworks like Tauri Specta and TauRPC with the new `Layout` system for multi-file exporting so we were in need of a major refactor.
606606

@@ -640,7 +640,7 @@ The logic in the `Exporter` was rewritten to:
640640

641641
This has been a lot of work but it is going to be a huge pay of for the ecosystem. Previously a lot of this logic in various forms was in Specta, Tauri Specta and TauRPC. By formalising it and centralising it within Specta all of the frameworks can hand off the maintenance burden to a single well-tested implementation in Specta.
642642

643-
### Upgrade frameworks
643+
## Upgrade frameworks
644644

645645
Tauri Specta:
646646
- Rewrite exporting logic around `Exporter`
@@ -654,7 +654,7 @@ TauRPC: Sadly ran out of time to complete this. Will be first thing in next phas
654654

655655
Work on Tauri Specta has allowed me to experiment as Tauri Specta has always been a really good testing ground for experimental Specta APIs due to it's design.
656656

657-
### Restucture tests
657+
## Restucture tests
658658

659659
I rebuilt the testing harness around snapshot testing and testing all permutations of `inline`, `export`, `reference` and also using all `SerdeMode`'s along with testing `export` and `export_to`. All tests run and build up snapshot files using [insta](https://insta.rs).
660660

0 commit comments

Comments
 (0)