mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
103 lines
No EOL
2.9 KiB
HTML
103 lines
No EOL
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html >
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="generator" content="Docusaurus v3.7.0">
|
|
<link rel="preconnect" href="https://www.google-analytics.com">
|
|
<link rel="preconnect" href="https://www.googletagmanager.com">
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E5CR2Q1NRE"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-E5CR2Q1NRE', { });;
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="./katex/katex.min.css" type="text/css"><link rel="stylesheet" href="./assets/css/styles.79b8206b.css" />
|
|
<script src="./assets/js/runtime~main.5d2b50eb.js" defer></script>
|
|
<script src="./assets/js/main.ccbe099c.js" defer></script>
|
|
</head>
|
|
<body >
|
|
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"><defs>
|
|
<symbol id="theme-svg-external-link" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z" /></symbol>
|
|
</defs></svg>
|
|
<script>
|
|
(function() {
|
|
var defaultMode = 'light';
|
|
var respectPrefersColorScheme = true;
|
|
|
|
function setDataThemeAttribute(theme) {
|
|
document.documentElement.setAttribute('data-theme', theme);
|
|
}
|
|
|
|
function getQueryStringTheme() {
|
|
try {
|
|
return new URLSearchParams(window.location.search).get('docusaurus-theme')
|
|
} catch (e) {
|
|
}
|
|
}
|
|
|
|
function getStoredTheme() {
|
|
try {
|
|
return window['localStorage'].getItem('theme-189');
|
|
} catch (err) {
|
|
}
|
|
}
|
|
|
|
var initialTheme = getQueryStringTheme() || getStoredTheme();
|
|
if (initialTheme !== null) {
|
|
setDataThemeAttribute(initialTheme);
|
|
} else {
|
|
if (
|
|
respectPrefersColorScheme &&
|
|
window.matchMedia('(prefers-color-scheme: dark)').matches
|
|
) {
|
|
setDataThemeAttribute('dark');
|
|
} else if (
|
|
respectPrefersColorScheme &&
|
|
window.matchMedia('(prefers-color-scheme: light)').matches
|
|
) {
|
|
setDataThemeAttribute('light');
|
|
} else {
|
|
setDataThemeAttribute(defaultMode === 'dark' ? 'dark' : 'light');
|
|
}
|
|
}
|
|
})();
|
|
|
|
(function() {
|
|
try {
|
|
const entries = new URLSearchParams(window.location.search).entries();
|
|
for (var [searchKey, value] of entries) {
|
|
if (searchKey.startsWith('docusaurus-data-')) {
|
|
var key = searchKey.replace('docusaurus-data-',"data-")
|
|
document.documentElement.setAttribute(key, value);
|
|
}
|
|
}
|
|
} catch(e) {}
|
|
})();
|
|
|
|
(function() {
|
|
function isDismissed() {
|
|
try {
|
|
return localStorage.getItem('docusaurus.announcement.dismiss-189') === 'true';
|
|
} catch (err) {}
|
|
return false;
|
|
}
|
|
document.documentElement.setAttribute('data-announcement-bar-initially-dismissed', isDismissed());
|
|
})();
|
|
</script><div id="__docusaurus"></div>
|
|
</body>
|
|
</html> |