Skip to content

Commit 815b7a9

Browse files
authored
Validation styles and docs (#60)
1 parent 1e05d8f commit 815b7a9

20 files changed

+285
-61
lines changed

crx/capo.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Capo: get your ﹤𝚑𝚎𝚊𝚍﹥ in order",
44
"description": "Visualize the optimal ordering of ﹤𝚑𝚎𝚊𝚍﹥ elements on any web page",
5-
"version": "1.4.2",
5+
"version": "1.4.3",
66
"permissions": [
77
"scripting",
88
"activeTab",

docs/astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ export default defineConfig({
2323
label: 'Getting started',
2424
items: [
2525
{ label: 'Quick start', link: '/user/quick-start/' },
26+
{ label: 'Improve performance', link: '/user/performance/' },
27+
{ label: 'Interpret results', link: '/user/actionability/' },
28+
{ label: 'Static vs dynamic assessment', link: '/user/assessment-mode/' },
29+
{ label: 'Validation', link: '/user/validation/' },
2630
{ label: 'Configuration', link: '/user/config/' },
2731
],
2832
},
686 KB
Loading
110 KB
Loading
26.3 KB
Loading

docs/public/img/validation-csp.png

-20.7 KB
Loading
172 KB
Loading
778 KB
Loading
80.5 KB
Loading

0 commit comments

Comments
 (0)