mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-14 01:27:35 +02:00
refactor(utils): reorganize functions; move authors file resolution to utils (#6229)
* refactor(utils): reorganize functions; move authors file resolution to utils * More refactor
This commit is contained in:
parent
7adc1c0cdb
commit
24d65d9bdd
39 changed files with 533 additions and 747 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import path from 'path';
|
||||
import {aliasedSitePath} from './index';
|
||||
import {aliasedSitePath} from './pathUtils';
|
||||
|
||||
export type ContentPaths = {
|
||||
contentPath: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue