committed by
GitHub
co-authored by
dutchie032 <dutchie032>
parent
cd6c158a0e
commit
743ec6495a
@@ -0,0 +1,7 @@
|
||||
<style>
|
||||
.side-nav a.active {
|
||||
font-weight: bold;
|
||||
color: #4fc3f7;
|
||||
}
|
||||
</style>
|
||||
<!-- Removed inline script: sidenav highlight now handled by site.js -->
|
||||
@@ -7,6 +7,12 @@
|
||||
<title>Spearhead Persistence</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
<script src="../js/site.js"></script>
|
||||
<style>
|
||||
.side-nav a.active {
|
||||
font-weight: bold;
|
||||
color: #4fc3f7;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -39,7 +45,7 @@
|
||||
<main>
|
||||
<div class="reference-container">
|
||||
<div class="side-nav">
|
||||
<h4>Contents</h4>
|
||||
<h4 class="side-nav-title"></h4>
|
||||
<ul>
|
||||
<li><a href="#settings" class="side-nav-h2">Settings</a></li>
|
||||
<li><a href="#feedback" class="side-nav-h2">Feedback</a></li>
|
||||
@@ -53,7 +59,7 @@
|
||||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<h1>Spearhead Persistence</h1>
|
||||
<h1>Persistence</h1>
|
||||
|
||||
<p>
|
||||
Spearhead comes with a custom Persistence option. <br/>
|
||||
@@ -139,4 +145,5 @@
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
```
|
||||
@@ -7,6 +7,12 @@
|
||||
<title>Spearhead Reference</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
<script src="../js/site.js"></script>
|
||||
<style>
|
||||
.side-nav a.active {
|
||||
font-weight: bold;
|
||||
color: #4fc3f7;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -39,10 +45,10 @@
|
||||
<main>
|
||||
<div class="reference-container">
|
||||
<div class="side-nav">
|
||||
<h4>Contents</h4>
|
||||
<h4 class="side-nav-title"></h4>
|
||||
<ul>
|
||||
<li><a href="#configuration" class="side-nav-h2">Configuration</a></li>
|
||||
<li><a href="#general-naming-conventions" class="side-nav-h2">General Naming Conventions</a>
|
||||
<li><a href="#general-naming-conventions" class="side-nav-h2">Naming Conventions</a>
|
||||
<ul>
|
||||
<li><a href="#stage-zones" class="side-nav-h3">Stage Zones</a></li>
|
||||
<li><a href="#waiting-stages" class="side-nav-h3">Waiting Stages</a></li>
|
||||
@@ -71,7 +77,7 @@
|
||||
</div>
|
||||
|
||||
<div class="content-wrapper">
|
||||
<h1>Spearhead Reference</h1>
|
||||
<h1>Reference</h1>
|
||||
<p>
|
||||
This page provides a detailed overview of all settings, naming conventions, and logic used in
|
||||
Spearhead. <br />
|
||||
@@ -160,7 +166,7 @@
|
||||
}</pre>
|
||||
|
||||
|
||||
<h2 id="general-naming-conventions">General Naming Conventions</h2>
|
||||
<h2 id="general-naming-conventions">Naming Conventions</h2>
|
||||
<p>
|
||||
Spearhead uses specific naming conventions for zones, missions, and CAP configurations. These
|
||||
conventions are critical for the framework to function correctly.
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<main>
|
||||
<div class="reference-container">
|
||||
<div class="side-nav">
|
||||
<h4>Contents</h4>
|
||||
<h4 class="side-nav-title"></h4>
|
||||
<ul>
|
||||
<li><a href="#introduction" class="side-nav-h2">Introduction</a></li>
|
||||
<li><a href="#stages" class="side-nav-h2">Stages</a></li>
|
||||
@@ -91,6 +91,12 @@
|
||||
<footer>
|
||||
<p>© 2025 Spearhead Project</p>
|
||||
</footer>
|
||||
<style>
|
||||
.side-nav a.active {
|
||||
font-weight: bold;
|
||||
color: #4fc3f7;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -7,6 +7,12 @@
|
||||
<title>Spearhead Tutorials</title>
|
||||
<link rel="stylesheet" href="../style/style.css">
|
||||
<script src="../js/site.js"></script>
|
||||
<style>
|
||||
.side-nav a.active {
|
||||
font-weight: bold;
|
||||
color: #4fc3f7;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -39,7 +45,7 @@
|
||||
<main>
|
||||
<div class="reference-container">
|
||||
<div class="side-nav">
|
||||
<h4>Contents</h4>
|
||||
<h4 class="side-nav-title"></h4>
|
||||
<ul>
|
||||
<li><a href="#include-the-script" class="side-nav-h2">Include the Script</a></li>
|
||||
<li><a href="#stages" class="side-nav-h2">Stages</a></li>
|
||||
@@ -48,7 +54,7 @@
|
||||
<li><a href="#creating-cap-routes" class="side-nav-h3">Creating CAP Routes</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#setting-up-the-missions" class="side-nav-h2">Setting up the Missions</a>
|
||||
<li><a href="#setting-up-the-missions" class="side-nav-h2">Setting up Missions</a>
|
||||
<ul>
|
||||
<li><a href="#mission-1-dead" class="side-nav-h3">Mission: DEAD</a></li>
|
||||
<li><a href="#mission-2-strike" class="side-nav-h3">Mission: STRIKE</a></li>
|
||||
@@ -122,7 +128,7 @@
|
||||
|
||||
<h2 id="setting-up-cap">Setting up CAP</h2>
|
||||
<p>
|
||||
If you don't want to use the CAP managers withing Spearhead you can skip this and continue to <a href="#setting-up-the-missions">setting up the missions</a>. <br />
|
||||
If you don't want to use the CAP managers withing Spearhead you can skip this and continue to <a href="#setting-up-the-missions">Setting up Missions</a>. <br />
|
||||
However CAP is one of the painpoints in a lot of missions and setting up a dynamic feeling airspace can be
|
||||
quite the challenge. <br />
|
||||
With the CAP managers we've tried to make this a lot easier. <br />
|
||||
@@ -181,7 +187,7 @@
|
||||
If you want to change values for the CAP routes please read about how to configure it here: <a href="./Reference.html#cap-config">Cap Config</a>
|
||||
</p>
|
||||
|
||||
<h2 id="setting-up-the-missions">Setting up the Missions</h2>
|
||||
<h2 id="setting-up-the-missions">Setting up Missions</h2>
|
||||
<p>
|
||||
Now the part where you as a mission maker can really get into the nitty gritty. <br/>
|
||||
Missions are managed and monitored by Spearhead. <br/>
|
||||
|
||||
Reference in New Issue
Block a user