Skip to content

Commit

Permalink
Publishing documentation for version 0.10.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
graalvmbot committed Jan 12, 2025
1 parent c817462 commit 4e15d96
Show file tree
Hide file tree
Showing 19 changed files with 4,752 additions and 2,998 deletions.
6 changes: 5 additions & 1 deletion 0.10.5-SNAPSHOT/alternative-build-systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@
<link rel="icon" type="image/png" sizes="16x16" href="https://www.graalvm.org/resources/img/favicon/favicon-16x16.png">
</head>
<body class="article toc2 toc-left">
<div id="grabbit-logo">
<img src="css/images/Grabbit.svg" alt="">
</div>
<div id="header">
<h1>Native Build Tools</h1>
<div class="details">
Expand Down Expand Up @@ -524,10 +527,11 @@ <h2 id="_using_common_native_build_tools_modules_in_a_build_tool_extension"><a c
<script src="highlight/highlight.min.js"></script>
<script>hljs.initHighlighting()</script>
<link rel="stylesheet" href="css/multi-lang-sample.css">
<link rel="stylesheet" href="css/page.css">
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2025. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="css/images/GraalVM-rgb.svg" alt="GraalVM"> (c) 2025. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
6 changes: 5 additions & 1 deletion 0.10.5-SNAPSHOT/announcement.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@
<link rel="icon" type="image/png" sizes="16x16" href="https://www.graalvm.org/resources/img/favicon/favicon-16x16.png">
</head>
<body class="article toc2 toc-left">
<div id="grabbit-logo">
<img src="css/images/Grabbit.svg" alt="">
</div>
<div id="header">
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -712,10 +715,11 @@ <h3 id="_built_with_love_through_collaboration"><a class="anchor" href="#_built_
<script src="highlight/highlight.min.js"></script>
<script>hljs.initHighlighting()</script>
<link rel="stylesheet" href="css/multi-lang-sample.css">
<link rel="stylesheet" href="css/page.css">
<script src="js/multi-lang-sample.js"></script>
<div id="footer">
<div id="footer-text">
<img src="img/GraalVM-rgb.svg" alt="GraalVM"> (c) 2025. Licensed under the Universal Permissive License (UPL), Version 1.0
<img src="css/images/GraalVM-rgb.svg" alt="GraalVM"> (c) 2025. Licensed under the Universal Permissive License (UPL), Version 1.0
</div>
</div>
</body>
Expand Down
1,565 changes: 1,565 additions & 0 deletions 0.10.5-SNAPSHOT/changelog.html

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions 0.10.5-SNAPSHOT/css/images/GraalVM-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions 0.10.5-SNAPSHOT/css/images/Grabbit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 17 additions & 12 deletions 0.10.5-SNAPSHOT/css/multi-lang-sample.css

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions 0.10.5-SNAPSHOT/css/page.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
body {
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85));
color: white;
}

#grabbit-logo {
position: absolute;
right: 0;
top: 0;
width: 150px;
}

#toc {
background: none !important;
}

#toc > #toctitle {
color: #ffc107;
}

#header > h1:first-child {
color: white;
font-weight: 600;
}

#header>.details {
color: white;
}

#preamble>.sectionbody>[class="paragraph"]:first-of-type p {
color: white;
}

h2, h3, h4, .title {
color: #ffc107 !important;
}

p {
color: white;
}

a {
color: #00a8cd;
}

a:hover {
color: #ffc107;
}

.listingblock >.content>pre:not(.highlight) {
color: white;
background: none;
border: 1px solid #ffc107;
border-radius: 4px;
}

:not(pre):not([class^=L])>code {
background: #00758F;
color: white;
}

.admonitionblock td.icon .icon-tip::before,
.admonitionblock td.icon .icon-note::before,
.admonitionblock td.icon .icon-warning::before {
color: white;
}

.admonitionblock>table td.content {
color: white;
}

#footer {
background: rgba(0, 0, 0, 0.2);
}
Loading

0 comments on commit 4e15d96

Please sign in to comment.