Skip to content

Commit

Permalink
Regenerating content with new template.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleresca committed Jan 3, 2024
1 parent b25d461 commit d1231a0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 342 deletions.
1 change: 0 additions & 1 deletion content/assets/javascripts/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
licensed under Apache License 2.0.
*/


groupChangeListeners = [];

window.groupChanged = function(callback) {
Expand Down
1 change: 0 additions & 1 deletion content/assets/javascripts/paradox-material-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// Adapted from paradox-material-theme 0.6.0 to simplify switching to a tab.
// https://github.com/jonas/paradox-material-theme/blob/2d57fe0567ea9fe7e8de14faef4fa777841d505a/theme/src/main/assets/assets/javascripts/paradox-material-theme.js


function initParadoxMaterialTheme() {
// callout -> ammonition
document.querySelectorAll('.callout').forEach(callout => {
Expand Down
35 changes: 3 additions & 32 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<link rel="stylesheet" href="https://pekko.apache.org/assets/fonts/material-icons.css">
<link rel="stylesheet" href="https://pekko.apache.org/assets/stylesheets/paradox-material-theme.css">
<link rel="stylesheet" href="https://pekko.apache.org/assets/stylesheets/pekko-theme.css">
<link rel="stylesheet" href="https://pekko.apache.org/assets/stylesheets/home.css">
</head>
<body
data-md-color-primary="white"
Expand Down Expand Up @@ -204,38 +205,8 @@
<ul>
<li><a href="index.html#apache-pekko" class="header">Apache Pekko</a>
<ul>
<li><a href="what-is-pekko.html#disclaimer" class="header">Disclaimer</a></li>
</ul></li>
<li><a href="modules.html" class="page">Apache Pekko Modules</a>
<ul>
<li><a href="modules.html#repositories" class="header">Repositories</a></li>
</ul></li>
<li><a href="download.html" class="page">Download</a>
<ul>
<li><a href="download.html#jars" class="header">Jars</a></li>
<li><a href="download.html#pekko-core" class="header">Pekko Core</a></li>
<li><a href="download.html#pekko-http" class="header">Pekko HTTP</a></li>
<li><a href="download.html#pekko-grpc" class="header">Pekko gRPC</a></li>
<li><a href="download.html#pekko-management" class="header">Pekko Management</a></li>
<li><a href="download.html#pekko-connectors" class="header">Pekko Connectors</a></li>
<li><a href="download.html#pekko-connectors-kafka" class="header">Pekko Connectors Kafka</a></li>
<li><a href="download.html#pekko-persistence-cassandra" class="header">Pekko Persistence Cassandra</a></li>
<li><a href="download.html#pekko-persistence-dynamodb" class="header">Pekko Persistence DynamoDB</a></li>
<li><a href="download.html#pekko-persistence-jdbc" class="header">Pekko Persistence JDBC</a></li>
<li><a href="download.html#pekko-persistence-r2dbc" class="header">Pekko Persistence R2DBC</a></li>
<li><a href="download.html#pekko-projection" class="header">Pekko Projection</a></li>
<li><a href="download.html#pekko-sbt-paradox" class="header">Pekko SBT Paradox</a></li>
<li><a href="download.html#archives" class="header">Archives</a></li>
<li><a href="download.html#verifying-downloads" class="header">Verifying Downloads</a></li>
</ul></li>
<li><a href="samples.html" class="page">Samples</a>
<ul>
<li><a href="samples.html#help-wanted" class="header">Help Wanted</a></li>
</ul></li>
<li><a href="how-to-contribute.html" class="page">How to Contribute</a>
<ul>
<li><a href="how-to-contribute.html#the-apache-pekko-community" class="header">The Apache Pekko Community</a></li>
<li><a href="how-to-contribute.html#code-of-conduct" class="header">Code of Conduct</a></li>
<li><a href="index.html#getting-started" class="header">Getting Started</a></li>
<li><a href="index.html#modules" class="header">Modules</a></li>
</ul></li>
</ul>
</nav>
Expand Down
Loading

0 comments on commit d1231a0

Please sign in to comment.