Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Castopod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ad Aures
Castopod
Commits
281eefc6
Commit
281eefc6
authored
10 months ago
by
Yassine Doghri
Browse files
Options
Downloads
Patches
Plain Diff
build(docs): add type declarations for virtual:starlight
parent
083a766e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#17997
passed
10 months ago
Stage: prepare
Stage: quality
Stage: bundle
Stage: deploy
Stage: build
Pipeline: Castopod
#18001
Pipeline: Castopod
#17999
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/src/components/Header.astro
+1
-1
1 addition, 1 deletion
docs/src/components/Header.astro
docs/src/components/MobileMenuFooter.astro
+1
-1
1 addition, 1 deletion
docs/src/components/MobileMenuFooter.astro
docs/src/env.d.ts
+2
-1
2 additions, 1 deletion
docs/src/env.d.ts
with
4 additions
and
3 deletions
docs/src/components/Header.astro
+
1
−
1
View file @
281eefc6
---
import config from 'virtual:starlight/user-config';
import type { Props } from '
..
/props';
import type { Props } from '
@astrojs/starlight
/props';
import LanguageSelect from 'virtual:starlight/components/LanguageSelect';
import Search from 'virtual:starlight/components/Search';
...
...
This diff is collapsed.
Click to expand it.
docs/src/components/MobileMenuFooter.astro
+
1
−
1
View file @
281eefc6
...
...
@@ -2,7 +2,7 @@
import LanguageSelect from 'virtual:starlight/components/LanguageSelect';
import SocialIcons from 'virtual:starlight/components/SocialIcons';
import ThemeSelect from 'virtual:starlight/components/ThemeSelect';
import type { Props } from '
..
/props';
import type { Props } from '
@astrojs/starlight
/props';
import VersionSelect from './DocsVersionSelect.astro';
---
...
...
This diff is collapsed.
Click to expand it.
docs/src/env.d.ts
+
2
−
1
View file @
281eefc6
/
/
eslint-disable
-next-line
@typescript-eslint/triple-slash-reference
/
*
eslint-disable @typescript-eslint/triple-slash-reference
*/
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
/// <reference path="../node_modules/@astrojs/starlight/virtual.d.ts"/>
This diff is collapsed.
Click to expand it.
Yassine Doghri
@yassinedoghri
mentioned in issue
#499 (closed)
·
9 months ago
mentioned in issue
#499 (closed)
mentioned in issue #499
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment