Skip to content

Commit

Permalink
Azure build 20240725.1 for commit a3998ba
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipelines committed Jul 25, 2024
0 parents commit 37907fa
Show file tree
Hide file tree
Showing 12,179 changed files with 2,095,153 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cyclonedds.io
76 changes: 76 additions & 0 deletions _static/css/helpers.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
/* Minor style adjustments */
@import url('https://fonts.googleapis.com/css2?family=Epilogue&display=swap');

body {
--codeBlue: #1450FF;
--codeGreen: #679436;
--mainNavColor: #0A143C;
font-family: "Epilogue", "OpenSans", sans-serif;
}

div.document {
margin-left: 30rem;
margin-right: 25rem;
}

div#right_sidebar {
width: 25rem;
right: 0rem;
}

div.sphinxsidebar {
width: fit-content;
max-width: 30rem;
}

div.document div.documentwrapper {
max-width: 60rem;
}

div.button_nav {
max-width: 60rem;
}

dl:not(.c):not(.cpp):not(.py):not(.simple) > dt {
display: none;
}

dl:not(.c):not(.cpp):not(.py):not(.simple) > dd {
margin-inline-start: 0;
}

@media (max-width: 85rem) {
div.document {
margin-left: 0px !important;
margin-right: 0px !important;
}

div#right_sidebar {
display: none;
}

div.sphinxsidebar {
display: none;
}

nav#top_nav p.mobile_search_link {
display: none;
}

nav#top_nav div.searchbox_wrapper {
display: none;
}

nav#top_nav div.searchbox_wrapper {
display: none;
}
}

dl:not(.c):not(.cpp):not(.py):not(.simple) > dt {
/* Hide group headers */
display: none;
}
dl:not(.c):not(.cpp):not(.py):not(.simple) > dd {
/* Don't indent top-level code */
margin-inline-start: 0;
}
14 changes: 14 additions & 0 deletions _static/js/helpers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
window.addEventListener("load", function() {
let e = document.querySelector(".sphinxsidebarwrapper");
let ul = document.createElement("ul");
let elements = window.location.href.split('/');
let index = elements.findIndex((e, i) => e == "docs") + 2;
let version = elements[index] ?? "unknown";

ul.innerHTML = `
<li class="toctree-l1"><a class="reference internal">Version: <strong>${version}</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="/docs">Back to overview</a></li>
`;
e.insertBefore(ul, e.firstChild);
Array(...document.querySelectorAll("dt.py")).forEach((e) => e.classList.add("highlight"));
});
187 changes: 187 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@



<!DOCTYPE html>
<html lang="en">
<head>

<title>Eclipse Cyclone DDS - Blog</title>
<meta charset="utf-8" />
<meta name="description" content="Eclipse Cyclone DDS, High performant and robust open source OMG DDS implementation" />
<meta name="keywords" content="eclipse, cyclone, dds, pub, sub, pubsub, iot, cyclonedds, cdr, omg, idl, middleware, ros" />
<meta name="author" content="Eclipse Cyclone DDS Committers" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">

<link rel="stylesheet" href="/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/syntax.css">

</head>

<body>

<header class="navbar navbar-expand navbar-dark flex-column flex-md-row ato-navbar px-5">
<a class="navbar-brand" href="/">
<img src="/images/cyclonedds-light.png" class="m-1 align-middle" alt="" height="30">
</a>

<div class="collapse navbar-collapse">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/docs">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/content/faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/content/deep-dives.html">Deep Dives</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle " href="#" id="navGuides" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Guides
</a>
<ul class="dropdown-menu" aria-labelledby="navGuides">

<li><a class="dropdown-item" href="/content/guides/interactive-tutorial-chapter-1.html">Python Interactive Tutorial, Chapter 1</a></li>

<li><a class="dropdown-item" href="/content/guides/supported-idl.html">What syntax and datatypes are supported in IDL</a></li>

<li><a class="dropdown-item" href="/content/guides/tracefile.html">Cyclone DDS trace files</a></li>

</ul>
</li>
<li class="nav-item">
<a class="nav-link active" href="/blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/content/tools.html">Tools</a>
</li>
</ul>
</div>




<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex">
<li class="nav-item">
<a class="nav-link p-2" href="https://github.com/eclipse-cyclonedds/cyclonedds" target="_blank" rel="noopener" aria-label="GitHub">
<span class="fab fa-github fa-lg"></span>
</a>
</li>
<li class="nav-item">
<a class="nav-link p-2" href="https://twitter.com/EclipseCyclone" target="_blank" rel="noopener" aria-label="Twitter">
<span class="fab fa-twitter fa-lg"></span>
</a>
</li>
<li class="nav-item">
<a class="nav-link p-2" href="https://discord.gg/BkRYQPpZVV" target="_blank" rel="noopener" aria-label="Discord">
<span class="fab fa-discord fa-lg"></span>
</a>
</li>
</ul>
</header>



<main>
<div class="container">
<div class="row my-1">
<h1>Blog</h1>
</div>


<div class="row">
<div class="col-12 rounded border bg-light my-2 py-2">
<a href="/content/blog/B2RKDDSModelThingsTheirRelationshipAndRelations.html"><h2 class="mb-2">Modeling Data, Metadata and their Relationships With DDS</h2></a>
By Ramzi KAROUI, posted on 2022-11-08.
</div>
</div>

<div class="row">
<div class="col-12 rounded border bg-light my-2 py-2">
<a href="/content/blog/B1RKWhatisDDSWhatMakesitUnik.html"><h2 class="mb-2">What makes DDS unique</h2></a>
By Ramzi KAROUI, posted on 2022-11-08.
</div>
</div>

<div class="row">
<div class="col-12 rounded border bg-light my-2 py-2">
<a href="/content/blog/xtypes-features.html"><h2 class="mb-2">What XTypes can do for you</h2></a>
By Thijs Miedema, posted on 2022-05-11.
</div>
</div>

<div class="row">
<div class="col-12 rounded border bg-light my-2 py-2">
<a href="/content/blog/hello-world.html"><h2 class="mb-2">Hello, World!</h2></a>
By Thijs Miedema, posted on 2022-05-04.
</div>
</div>

</div>
</main>

<footer class="ato-footer text-muted">
<div class="container-fluid p-6 p-md-5">
<div class="row">
<div class="col-6 col-md-2 pb-2">
<h5>Eclipse Incubation</h5>
<p><img src="/images/eclipse-incubation.png" style="width:100px;"></p>
<p>Eclipse Cyclone DDS &trade; is an incubating project under the Eclipse Foundation.</p>
</div>

<div class="col-6 col-md-2 pb-2">
<h5>More Information</h5>
<p><a href="https://www.eclipse.org/legal" target="_blank">Legal</a></p>
<p><a href="https://www.eclipse.org/legal/privacy.php" target="_blank">Privacy policy</a></p>
<p><a href="https://www.eclipse.org/legal/termsofuse.php" target="_blank">Terms of use</a></p>
<p><a href="https://www.eclipse.org/legal/copyright.php" target="_blank">Copyright</a></p>
<p><a href="https://www.eclipse.org/security/" target="_blank">Report a security issue</a></p>
<p><a href="https://www.eclipse.org/legal/epl-2.0/" target="_blank">Eclipse Public License 2.0</a></p>
<p><a href="https://www.eclipse.org/org/documents/edl-v10.php" target="_blank">Eclipse Distribution License 1.0</a></p>
<p><a href="https://www.eclipse.org/" target="_blank">Eclipse Foundation</a></p>
</div>

<div class="col-6 col-md-2 pb-2">
<h5>Sponsored by:</h5>
<p><a href="https://www.eclipse.org/" target="_blank"><img src="/images/eclipse-foundation.svg" alt="Eclipse Foundation" class="img-fluid w-75"></a></p>
<p><a href="https://zettascale.tech/" target="_blank"><img src="/images/zettascale.svg" alt="ZettaScale Technology" class="img-fluid w-75"></a></p>
<p><a href="https://www.adlinktech.com" target="_blank"><img src="/images/company_logo.svg" alt="ADLINK Technology" class="img-fluid w-75"></a></p>
</div>

<div class="col-6 col-md-2 pb-2">
<h5>Follow us</h5>
<p><a href="https://github.com/eclipse-cyclonedds/cyclonedds"><span class="fab fa-github"></span>&nbsp;GitHub</a></p>
<p><a href="https://twitter.com/EclipseCyclone"><span class="fab fa-twitter"></span>&nbsp;Twitter</a></p>
<p><a href="https://discord.gg/BkRYQPpZVV"><span class="fab fa-discord"></span>&nbsp;Discord</a></p>
<p><a href="/docs"><span class="fa fa-info-circle"></span>&nbsp;About</a></p>
</div>

<div class="col-12 col-md-4 pb-2">
<p>Eclipse Cyclone DDS &trade; is free, open source and always will be.</p>
<p>Copyright &copy; 2022 Eclipse Foundation</p>
<p>Theme inspired by: <a href="https://tokio.rs/" target="_blank">Tokio website theme</a></p>
</div>
</div>
</div>
</footer>

<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="/js/jquery.min.js"></script>
<script src="/js/tether.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/highlight.min.js"></script>
<script> $(function () {
$("pre code").each(function (i, block) {
hljs.highlightBlock(block);
});
});
</script>
</body>
</html>
Loading

0 comments on commit 37907fa

Please sign in to comment.