Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
User Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Gazelle
Public
Documentation
User Documentation
Commits
cad8faf5
Commit
cad8faf5
authored
1 year ago
by
Cédric Eoche-Duval
Browse files
Options
Downloads
Patches
Plain Diff
Remove minima from config, update makefile
parent
78cda9b2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+7
-7
7 additions, 7 deletions
Makefile
_templates/jekyll-gazelle-documentation/_config.yml
+0
-1
0 additions, 1 deletion
_templates/jekyll-gazelle-documentation/_config.yml
with
7 additions
and
8 deletions
Makefile
+
7
−
7
View file @
cad8faf5
...
...
@@ -20,7 +20,6 @@ $(OUTPUT_FOLDER):
# launch jekyll serve to preview website with jekyll server
view
:
jekyll
cp
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/index-default.html
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/index.html
cd
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/
&&
bundle
exec
jekyll serve
# Create documentation website with jekyll
...
...
@@ -54,12 +53,13 @@ copy_docs_to_target:
# copy markdown sources to jekyll foler
copy_source_to_jekyll
:
@
for
a
in
$(
DOCS
);
do
\
if
[
-d
$$
a
]
;
then
\
echo
"copy folder
$$
a to
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/"
;
\
cp
-r
$$
a
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/
;
\
fi
;
\
done
;
@
echo
"Done!"
if
[
-d
$$
a
]
;
then
\
echo
"copy folder
$$
a to
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/"
;
\
cp
-r
$$
a
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/
;
\
fi
;
\
done
;
cp
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/index-default.html
$(
OUTPUT_FOLDER
)
/jekyll-gazelle-documentation/index.html
@
echo
"Done!"
.PHONY
:
clean
clean
:
...
...
This diff is collapsed.
Click to expand it.
_templates/jekyll-gazelle-documentation/_config.yml
+
0
−
1
View file @
cad8faf5
...
...
@@ -27,7 +27,6 @@ url: "" # the base hostname & protocol for your site
# Build settings
markdown
:
kramdown
theme
:
minima
defaults
:
-
...
...
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