Skip to content
Snippets Groups Projects
Commit cc4abb58 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Readded a few tabs

I added a few tabs to the html manual:
Getting Started
Tutorials
Index of Actions
parent a21eb4c2
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ awk -v version=$(plumed info --version) '{
sub("Page","(v"version")",$0);
print
} else if(match($0,"<span>Related&#160;Pages</span>")){
print " <li><a href=\"_syntax.html\"><span>Getting&#160;started</span></a></li>"
print " <li><a href=\"tutorials.html\"><span>Tutorials</span></a></li>"
print " <li><a href=\"glossary.html\"><span>Index&#160;of&#160;Actions</span></a></li>"
} else print
}' $file > $file.tmp
mv $file.tmp $file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment