docs: add Efficiency Formalization page (#221)

* Add Efficiency Formalization

* update eff.md && bach.md

* update eff.md

* update literal pipes

* docs: overhaul some wording

* docs: credit @mateolafalce as author

* chore: deps update

* docs: updates

---------

Co-authored-by: Johann Schopplich <mail@johannschopplich.com>
This commit is contained in:
Mateo Lafalce
2025-11-28 03:51:08 -03:00
committed by GitHub
parent 690e402a6b
commit 412ebcb125
5 changed files with 805 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ export default defineConfig({
{ text: 'API', link: '/reference/api' },
{ text: 'Syntax Cheatsheet', link: '/reference/syntax-cheatsheet' },
{ text: 'Specification', link: '/reference/spec' },
{ text: 'Efficiency Formalization', link: '/reference/efficiency-formalization' },
],
},
{
@@ -98,6 +99,7 @@ export default defineConfig({
config(md) {
md.use(copyOrDownloadAsMarkdownButtons)
},
math: true,
},
})
@@ -131,6 +133,7 @@ function sidebarPrimary(): DefaultTheme.SidebarItem[] {
{ text: 'API (TypeScript)', link: '/reference/api' },
{ text: 'Syntax Cheatsheet', link: '/reference/syntax-cheatsheet' },
{ text: 'Specification', link: '/reference/spec' },
{ text: 'Efficiency Formalization', link: '/reference/efficiency-formalization' },
],
},
]