mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* Add vitepress tree * Update existing workflows so they dont trigger on changes in the docs path * Add nojekyll, package.json, LICENCE etc * Add crowdin docs upload/download scripts * Add docs flaw checker workflows * Used docs prefix for docs workflows * Crowdin obvious fixes * ci: docs move to self hosted runner runs on a beefy server for faster builds Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: don't run build action for docs or ci changes Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: update runners Signed-off-by: Ramon Roche <mrpollo@gmail.com> * Add docs/en * Add docs assets and scripts * Fix up editlinks to point to PX4 sources * Download just the translations that are supported * Add translation sources for zh, uk, ko * Update latest tranlsation and uorb graphs * update vitepress to latest --------- Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link href="data:;base64,iVBORw0KGgo=" rel="icon" />
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
<title>FUN AND GAMES</title>
|
|
<style></style>
|
|
</head>
|
|
<body>
|
|
Search: <input id="search" type="text" /> Preset:
|
|
<select id="select-graph" name="select-graph">
|
|
<option value="graph_full_no_mavlink.json">
|
|
All Modules (w/o mavlink)
|
|
</option>
|
|
<option value="graph_full.json">All Modules</option>
|
|
<option value="graph_px4_sitl.json">SITL Modules</option>
|
|
<option value="graph_px4_fmu-v5.json">FMUv5 Modules</option>
|
|
<option value="graph_px4_fmu-v4.json">FMUv4 Modules</option>
|
|
<option value="graph_px4_fmu-v2.json">FMUv2 Modules</option>
|
|
</select>
|
|
<br />
|
|
<svg id="svg-graph" width="1200" height="1400"></svg>
|
|
<script
|
|
type="application/javascript"
|
|
src="https://d3js.org/d3.v4.min.js"
|
|
asysc
|
|
></script>
|
|
<script type="application/javascript" src="uorb_graph.js" asysc></script>
|
|
</body>
|
|
</html>
|