Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Colibri WebSite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
pub
Colibri WebSite
Merge requests
!2
Colibri doc, publication and posts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Colibri doc, publication and posts
colibri-doc
into
colibri
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
François Bobot
requested to merge
colibri-doc
into
colibri
3 years ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a76dc6ae
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a76dc6ae
Remove Frama-C mention in pub
· a76dc6ae
François Bobot
authored
3 years ago
html/publications.html
+
2
−
2
Options
@@ -9,7 +9,7 @@ css: publications
<input
class=
"nav-check"
id=
"nav-check"
type=
"checkbox"
>
<nav
class=
"navigation"
>
<ul>
<li><a
href=
"#general"
>
Frama-C Framework
</a></li>
<li><a
href=
"#general"
>
Colibri Tools
</a></li>
{% for category in site.data.publications %}
<li>
<a
class=
"nav-link"
href=
"#{{ category.id }}"
>
@@ -91,4 +91,4 @@ css: publications
for
(
let
link
of
links
)
{
link
.
addEventListener
(
"
click
"
,
function
()
{
check
.
checked
=
false
;
});
}
</script>
\ No newline at end of file
</script>
Loading