Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
DevOps Tools
Documentation
Commits
e2afe009
Commit
e2afe009
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
#19
Optimize ahoy commands
parent
577d050f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.ahoy.yml
+1
-1
1 addition, 1 deletion
.ahoy.yml
ahoy.mkdocs.yml
+9
-5
9 additions, 5 deletions
ahoy.mkdocs.yml
docs/new-features.md
+2
-2
2 additions, 2 deletions
docs/new-features.md
docs/versions.txt
+2
-1
2 additions, 1 deletion
docs/versions.txt
with
14 additions
and
9 deletions
.ahoy.yml
+
1
−
1
View file @
e2afe009
ahoyapi
:
v2
commands
:
mk
doc
s
:
doc
:
imports
:
-
ahoy.mkdocs.yml
usage
:
MkDocs tools.
...
...
This diff is collapsed.
Click to expand it.
ahoy.mkdocs.yml
+
9
−
5
View file @
e2afe009
...
...
@@ -2,18 +2,22 @@ ahoyapi: v2
commands
:
up
:
cmd
:
|
d
-c
up -d
d
ocker-compose
up -d
echo "Open site in browser: http://127.0.0.1:8999"
echo "It may take a few seconds before the server is up and running."
usage
:
Start MkDocs server.
down
:
cmd
:
d-c down
cmd
:
docker-compose down
usage
:
Stop MkDocs server and remove container.
stop
:
cmd
:
docker-compose stop
usage
:
Stop MkDocs server.
restart
:
cmd
:
d
-c
restart
cmd
:
d
ocker-compose
restart
usage
:
Restart MkDocs server.
logs
:
cmd
:
d
-c
logs -f
cmd
:
d
ocker-compose
logs -f
usage
:
Show logs from MkDocs server.
build
:
cmd
:
d
-c
exec --workdir=/mkdocs mkdocs mkdocs build
cmd
:
d
ocker-compose
exec --workdir=/mkdocs mkdocs mkdocs build
usage
:
Builds the documentation in site directory.
This diff is collapsed.
Click to expand it.
docs/new-features.md
+
2
−
2
View file @
e2afe009
# New in version 2021.1.1
2
:
# New in version 2021.1.1
5
:
--------
-
[
Ansible
](
ansible/installation
.html
)
-
[
Docker L3D and Drupal Projects
](
docker/l3d/drupal
.html
)
> __
This diff is collapsed.
Click to expand it.
docs/versions.txt
+
2
−
1
View file @
e2afe009
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