Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Teams
Engagement
Websites
GNOME HIG CSS Library
Commits
f19746c4
Commit
f19746c4
authored
Mar 24, 2021
by
Igor Aragão
Committed by
Claudio W
Mar 30, 2021
Browse files
documentation: adjust _config.yml with gitlab pages url
parent
a25c34b0
Changes
13
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
f19746c4
...
...
@@ -45,4 +45,3 @@ documentation/.sass-cache
documentation/.jekyll-cache
documentation/.jekyll-metadata
documentation/vendor
documentation/custom.scss
.gitlab-ci.yml
View file @
f19746c4
...
...
@@ -2,7 +2,7 @@ image: node:15-slim
stages
:
-
build:ui
-
deploy
:docs
-
build
:docs
build:ui:
stage
:
build:ui
...
...
@@ -16,7 +16,7 @@ build:ui:
pages
:
image
:
ruby:2.7
stage
:
deploy
:docs
stage
:
build
:docs
script
:
-
mkdir public documentation/_sass/custom
-
cd documentation && gem install bundler
...
...
documentation/_config.yml
View file @
f19746c4
...
...
@@ -10,4 +10,4 @@ theme: just-the-docs
color_scheme
:
gnome-blue
plugins
:
-
jekyll-feed
\ No newline at end of file
-
jekyll-feed
documentation/components/buttons.md
View file @
f19746c4
...
...
@@ -3,6 +3,7 @@ layout: default
title
:
Buttons
parent
:
Components
nav_order
:
1
permalink
:
/components/buttons
---
# Buttons
...
...
documentation/components/cards.md
View file @
f19746c4
...
...
@@ -3,6 +3,7 @@ layout: default
title
:
Cards
parent
:
Components
nav_order
:
2
permalink
:
/components/cards
---
# Cards
...
...
documentation/components/inputs.md
View file @
f19746c4
...
...
@@ -3,6 +3,7 @@ layout: default
title
:
Inputs
parent
:
Components
nav_order
:
3
permalink
:
/components/inputs
---
# Inputs
...
...
documentation/preflight/colors.md
View file @
f19746c4
...
...
@@ -3,6 +3,7 @@ layout: default
title
:
Colors
parent
:
Preflight
nav_order
:
1
permalink
:
/preflight/colors
---
# Colors
...
...
documentation/preflight/typography.md
View file @
f19746c4
...
...
@@ -3,6 +3,7 @@ layout: default
title
:
Typography
parent
:
Preflight
nav_order
:
2
permalink
:
/preflight/typography
---
# Typography
...
...
documentation/samples/buttons.md
View file @
f19746c4
...
...
@@ -4,7 +4,6 @@ title: Buttons
parent
:
Samples
nav_order
:
1
permalink
:
/samples/buttons
has_children
:
true
---
<body
class=
"bg-gray-100"
>
...
...
documentation/samples/colors.md
View file @
f19746c4
...
...
@@ -4,7 +4,6 @@ title: Colors
parent
:
Samples
nav_order
:
2
permalink
:
/samples/colors
has_children
:
true
---
<body
class=
"bg-gray-100"
>
...
...
documentation/samples/index.md
View file @
f19746c4
...
...
@@ -3,7 +3,6 @@ layout: default
title
:
Samples
permalink
:
/samples/
nav_order
:
4
has_children
:
true
---
<body
class=
"bg-gray-100"
>
...
...
documentation/samples/inputs.md
View file @
f19746c4
...
...
@@ -4,7 +4,6 @@ title: Inputs
nav_order
:
3
parent
:
Samples
permalink
:
/samples/inputs
has_children
:
true
---
<div
class=
"bg-gray-100"
>
...
...
documentation/samples/typography.md
View file @
f19746c4
...
...
@@ -4,7 +4,6 @@ title: Typography
nav_order
:
4
parent
:
Samples
permalink
:
/samples/typography
has_children
:
true
---
<body
class=
"bg-gray-100"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment