Skip to content

Commit 5a0afe0

Browse files
committed
Add YAML header to Publications.md
1 parent 83d2836 commit 5a0afe0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/Publications.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
layout: toc_content_ecosystem
3+
link_title: Publications
4+
permalink: /community/publications/
5+
toc_group: community
6+
---
17
# Academic Publications
28

39
This page describes various presentations and publications related to the GraalVM compiler and Truffle that were published by Oracle Labs and its academic collaborators.

truffle/docs/Exit.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ toc_group: truffle
44
link_title: Context Exit
55
permalink: /graalvm-as-a-platform/language-implementation-framework/Exit/
66
---
7-
87
# Context Exit
98

109
Different Truffle (guest) languages may use different mechanisms for exiting. This is not optimal as a Truffle language has no way to detect and handle an exit triggered by a different language.

0 commit comments

Comments
 (0)