Skip to content

Commit 3e49329

Browse files
authored
Add Starlight documentation framework detection (#167)
* Add Starlight documentation framework detection * Fix lint errors
1 parent adc09f5 commit 3e49329

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/images/icons/Starlight.svg

Lines changed: 10 additions & 0 deletions
Loading

src/technologies/s.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6087,6 +6087,22 @@
60876087
"implies": "Perl",
60886088
"website": "https://metacpan.org/pod/Starlet"
60896089
},
6090+
"Starlight": {
6091+
"cats": [
6092+
4,
6093+
57
6094+
],
6095+
"description": "Starlight is a documentation website builder for the Astro framework.",
6096+
"icon": "Starlight.svg",
6097+
"meta": {
6098+
"generator": "^Starlight\\sv([\\d\\.]+)$\\;version:\\1"
6099+
},
6100+
"oss": true,
6101+
"requires": [
6102+
"Astro"
6103+
],
6104+
"website": "https://starlight.astro.build/"
6105+
},
60906106
"Statamic": {
60916107
"cats": [
60926108
1

0 commit comments

Comments
 (0)