Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
prace-lessons
Lesson Template
Commits
56082e32
Commit
56082e32
authored
10 years ago
by
Greg Wilson
Browse files
Options
Downloads
Plain Diff
Merge pull request #91 from r-gaia-cs/add-h2-in-reference-back-to-sections
Add links in reference back to sections
parents
4c333827
004997e2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
reference.html
+3
-0
3 additions, 0 deletions
reference.html
reference.md
+6
-0
6 additions, 0 deletions
reference.md
with
9 additions
and
0 deletions
reference.html
+
3
−
0
View file @
56082e32
...
...
@@ -27,6 +27,9 @@
<div
class=
"span10 offset1"
>
<h1
class=
"title"
>
Lesson Title
</h1>
<h2
class=
"subtitle"
>
Reference
</h2>
<h2
id=
"topic-title-one"
><a
href=
"01-one.html"
>
Topic Title One
</a></h2>
<p>
...commands and examples...
</p>
<h2
id=
"topic-title-two"
><a
href=
"02-two.html"
>
Topic Title Two
</a></h2>
<p>
...commands and examples...
</p>
<h2
id=
"glossary"
>
Glossary
</h2>
<dl>
...
...
This diff is collapsed.
Click to expand it.
reference.md
+
6
−
0
View file @
56082e32
...
...
@@ -3,6 +3,12 @@ layout: page
title
:
Lesson Title
subtitle
:
Reference
---
## [Topic Title One](01-one.html)
...commands and examples...
## [Topic Title Two](02-two.html)
...commands and examples...
## Glossary
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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