Open-source atomic malware analysis

Analyze another

docusaurus-config

UNKNOWN
Verdict: BENIGN
Mal-ecule
H₃(Cm₂DbU)Md
Size 226.7 KB download unavailable
First seen 5 days ago
Analyzed 5 days ago
Package https://docusaurus.io/docs/docusaurus.config.js/#baseUrl

Referenced by 2 samples

docusaurus-config javascript
1 <!doctype html><html lang=en dir=ltr class="docs-wrapper plugin-docs plugin-id-default docs-version-3.10.2 docs-doc-page docs-doc-id-api/docusaurus.config.js" data-has-hydrated=false><head><meta charset=UTF-8><meta name=generator content="Docusaurus v3.10.1"><title data-rh=true>docusaurus.config.js | Docusaurus</title><meta data-rh=true name=viewport content="width=device-width, initial-scale=1.0"/><meta data-rh=true name=twitter:card content=summary_large_image /><meta data-rh=true property=og:image content=https://docusaurus.io/img/docusaurus-social-card.jpg /><meta data-rh=true name=twitter:image content=https://docusaurus.io/img/docusaurus-social-card.jpg /><meta data-rh=true property=og:url content=https://docusaurus.io/docs/api/docusaurus-config /><meta data-rh=true property=og:locale content=en /><meta data-rh=true property=og:locale:alternate content=fr /><meta data-rh=true property=og:locale:alternate content=pt_BR /><meta data-rh=true property=og:locale:alternate content=ko /><meta data-rh=true prop
2 <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>
3 </defs></svg>
4 <script>!function(){var t=function(){try{return new URLSearchParams(window.location.search).get("docusaurus-theme")}catch(t){}}()||function(){try{return window.localStorage.getItem("theme-189")}catch(t){}}();document.documentElement.setAttribute("data-theme",t||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light")),document.documentElement.setAttribute("data-theme-choice",t||"system")}(),function(){try{for(var[t,e]of new URLSearchParams(window.location.search).entries())if(t.startsWith("docusaurus-data-")){var a=t.replace("docusaurus-data-","data-");document.documentElement.setAttribute(a,e)}}catch(t){}}(),document.documentElement.setAttribute("data-announcement-bar-initially-dismissed",function(){try{return"true"===localStorage.getItem("docusaurus.announcement.dismiss-189")}catch(t){}return!1}())</script><div id=__docusaurus><link rel=preload as=image href=/img/docusaurus.svg /><link rel=preload as=image href=/img/docusaurus_keytar.svg /><link rel=preload as=image href=/img/meta_opensour Checks the preferred dark color scheme
5 <!-- -->
6 <div class="theme-admonition theme-admonition-info admonition_o5H7 alert alert--info"><div class=admonitionHeading_FzoX><span class=admonitionIcon_rXq6><svg viewBox="0 0 14 16"><path fill-rule=evenodd d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"/></svg></span>info</div><div class=admonitionContent_Knsx><p>Refer to the Getting Started <a class="" href=/docs/configuration><strong>Configuration</strong></a> for examples.</div></div>
7 <h2 class="anchor anchorTargetHideOnScrollNavbar_qJOx" id=overview>Overview<a href=#overview class=hash-link aria-label="Direct link to Overview" title="Direct link to Overview" translate=no>​</a></h2>
8 <p><code>docusaurus.config.js</code> contains configurations for your site and is placed in the root directory of your site.</p>
9 <div class="theme-admonition theme-admonition-note admonition_o5H7 alert alert--secondary"><div class=admonitionHeading_FzoX><span class=admonitionIcon_rXq6><svg viewBox="0 0 14 16"><path fill-rule=evenodd d="M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"/></svg></span>note</div><div class=admonitionContent_Knsx><p>With a <a class="" href=/docs/typescript-support>TypeScript</a> Docusaurus codebase your config file may be called <code>docusaurus.config.ts</code>. The syntax is broadly identical to the <code>js</code> config file with the addition of typ
10 <p>This file is <strong>run in Node.js</strong> and should export a site configuration object, or a function that creates it.</p>
11 <p>The <code>docusaurus.config.js</code> file supports:</p>
38 </ul>
39 <p>The base URL of your site is the path segment appearing just after the <a href=#url class=""><code>url</code></a>, letting you eventually host your site under a subpath instead of at the root of the domain.</p>
40 <p>For example, let's consider you want to host a site at <a href=https://facebook.github.io/metro/ target=_blank rel="noopener noreferrer" class="">https://facebook.github.io/metro/</a>, then you must configure it accordingly:</p>
41 <ul>
42 <li class=""><a href=#url class=""><code>url</code></a> should be <code>'https://facebook.github.io'</code></li>
43 <li class=""><code>baseUrl</code> should be <code>'/metro/'</code></li>
83 <ul>
84 <li class=""><code>label</code>: The label displayed for this locale in the locales dropdown.</li>
85 <li class=""><code>direction</code>: <code>ltr</code> (default) or <code>rtl</code> (for <a href=https://developer.mozilla.org/en-US/docs/Glossary/rtl target=_blank rel="noopener noreferrer" class="">right-to-left languages</a> like Farsi, Arabic, Hebrew, etc.). Used to select the locale's CSS and HTML meta attribute.</li>
86 <li class=""><code>htmlLang</code>: BCP 47 language tag to use in <code>&lt;html lang="..."></code> (or any other DOM tag name) and in <code>&lt;link ... hreflang="..."></code></li>
87 <li class=""><code>calendar</code>: the <a href=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/calendar target=_blank rel="noopener noreferrer" class="">calendar</a> used to calculate the date era. Note that it doesn't control the actual string displayed: <code>MM/DD/YYYY</code> and <code>DD/MM/YYYY</code> are both <code>gregory</code>. To choose the format (<code>DD/MM/YYYY</code> or <code>MM/DD/YYYY</code>), set your locale name to <code>en-GB</code> or <code>en-US</code> (<code>en</code> means <code>en-US</code>).</li>
261 <li class="">Type: <code>MarkdownConfig</code></li>
262 </ul>
263 <div class="language-ts codeBlockContainer_jDV4 theme-code-block" style=--prism-color:#393A34;--prism-background-color:#f6f8fa><div class=codeBlockContent_cKMj><pre tabindex=0 style=color:#393A34;background-color:#f6f8fa class="prism-code language-ts codeBlock_Gebt thin-scrollbar"><code class=codeBlockLines_FJaf><div class=token-line style=color:#393A34><span class="token keyword" style=color:#CF222E>type</span><span class="token plain"> </span><span class="token class-name" style=color:#116329>MarkdownPreprocessor</span><span class="token plain"> </span><span class="token operator" style=color:#D73A49>=</span><span class="token plain"> </span><span class="token punctuation" style=color:#393A34>(</span><span class="token plain">args</span><span class="token operator" style=color:#D73A49>:</span><span class="token plain"> </span><span class="token punctuation" style=color:#393A34>{</span><span class="token plain"></span><br/></div><div class=token-line style=color:#393A34><span class="token plain"> filePath</
264 <p>Example:</p>
265 <div class="language-js codeBlockContainer_jDV4 theme-code-block" style=--prism-color:#393A34;--prism-background-color:#f6f8fa><div class=codeBlockTitle_U6Q0>docusaurus.config.js</div><div class=codeBlockContent_cKMj><pre tabindex=0 style=color:#393A34;background-color:#f6f8fa class="prism-code language-js codeBlock_Gebt thin-scrollbar"><code class=codeBlockLines_FJaf><div class=token-line style=color:#393A34><span class="token keyword module" style=color:#CF222E>export</span><span class="token plain"> </span><span class="token keyword module" style=color:#CF222E>default</span><span class="token plain"> </span><span class="token punctuation" style=color:#393A34>{</span><span class="token plain"></span><br/></div><div class=token-line style=color:#393A34><span class="token plain"> </span><span class="token literal-property property" style=color:#005CC5>markdown</span><span class="token operator" style=color:#D73A49>:</span><span class="token plain"> </span><span class="token punctuation" style=color:#393A34>{

Micro-behaviors

Metadata

Identity

SHA-256 63aea6d7cc85426bdbe6336f4aeaaaed6d3a0a160c6c2fa4bf33170bf664d80a
Filename docusaurus-config
PURL https://docusaurus.io/docs/docusaurus.config.js/#baseUrl

Timeline

First seen 26 Jul 2026 07:21 UTC
First analyzed 26 Jul 2026 07:23 UTC
Last analyzed 26 Jul 2026 07:25 UTC
Last updated 26 Jul 2026 07:23 UTC

Labeling

Label unknown
Label source upload
Traits version 9266e