Remove extra html/head tag from page - now it's embedded in RTD

pull/217/head
Patrick Robertson 2025-03-03 09:06:40 +00:00
rodzic 6ba79049d9
commit cc14e5cb9f
3 zmienionych plików z 6 dodań i 38 usunięć

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -1,19 +1,3 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<!-- Fonts to support Material Design -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
/>
<title>Auto Archiver Settings</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

Wyświetl plik

@ -154,7 +154,7 @@ function ModuleTypes({ stepType, setEnabledModules, enabledModules, configValues
{stepType}
</Typography>
<Typography variant="body1" >
Select the {stepType} you wish to enable. You can drag and move to reorder.
Select the {stepType} you wish to enable. Drag to re-order.
Learn more about {stepType} <a href={`https://auto-archiver.readthedocs.io/en/latest/modules/${stepType.slice(0,-1)}.html`} target="_blank">here</a>.
</Typography>
</Box>