mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-06 13:47:29 +02:00
11 lines
236 B
JavaScript
11 lines
236 B
JavaScript
module.exports = {
|
|
title: 'Hello',
|
|
tagline: 'Hello World',
|
|
organizationName: 'endiliey',
|
|
projectName: 'hello',
|
|
baseUrl: '/',
|
|
useLessField: 'what',
|
|
superman: 'lol',
|
|
admin: 'endi',
|
|
customFields: ['admin', 'superman']
|
|
};
|