Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gatsby Theme Onegeo
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
OneGeo Suite
Libs
Gatsby Theme Onegeo
Commits
3735b4d6
Commit
3735b4d6
authored
2 years ago
by
Julien MARGAIL
Browse files
Options
Downloads
Patches
Plain Diff
fix doc menu
parent
dc4a5585
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.d.ts
+1
-1
1 addition, 1 deletion
index.d.ts
src/pages-doc/doc/core/index.tsx
+1
-1
1 addition, 1 deletion
src/pages-doc/doc/core/index.tsx
with
2 additions
and
2 deletions
index.d.ts
+
1
−
1
View file @
3735b4d6
...
...
@@ -30,7 +30,7 @@ interface ButtonProps {
to
?:
string
;
className
?:
string
;
}
export
function
Button
(
props
:
ButtonProps
):
React
.
ReactNode
;
export
function
Button
(
props
:
ButtonProps
):
JSX
.
Element
;
interface
CardProps
{
to
?:
string
;
...
...
This diff is collapsed.
Click to expand it.
src/pages-doc/doc/core/index.tsx
+
1
−
1
View file @
3735b4d6
...
...
@@ -11,7 +11,7 @@ function index(): ReactElement {
<
h2
>
Components
</
h2
>
<
Link
to
=
"/doc/core/button"
>
Button
</
Link
>
<
br
></
br
>
<
Link
to
=
"/doc/core/
buttonCard"
>
Button
Card
</
Link
>
<
Link
to
=
"/doc/core/
card"
>
Card
</
Link
>
<
br
></
br
>
<
Link
to
=
"/doc/core/hero"
>
Hero
</
Link
>
</
div
>
...
...
This diff is collapsed.
Click to expand it.
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