UNPKG

@docusaurus/plugin-content-docs

Version:

Docs content plugin for Docusaurus

12 lines 509 B
/** * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { Env } from './types'; export declare function getVersionedDocsDir(siteDir: string): string; export declare function getVersionedSidebarsDir(siteDir: string): string; export declare function getVersionsJSONFile(siteDir: string): string; export default function (siteDir: string): Env; //# sourceMappingURL=env.d.ts.map