kopia lustrzana https://github.com/bellingcat/auto-archiver
Remove extra html/head tag from page - now it's embedded in RTD
rodzic
6ba79049d9
commit
cc14e5cb9f
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue