mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
Add dummy siteConfig.js for deploying, fixed indendation on publishing file (#285)
This commit is contained in:
parent
b47dae6ae1
commit
fd835116ee
2 changed files with 28 additions and 26 deletions
|
@ -42,6 +42,8 @@ const siteConfig = {
|
|||
'Copyright © ' +
|
||||
new Date().getFullYear() +
|
||||
' Your Name or Your Company Name',
|
||||
// organizationName: 'deltice', // or set an env variable ORGANIZATION_NAME
|
||||
// projectName: 'test-site', // or set an env variable PROJECT_NAME
|
||||
highlight: {
|
||||
// Highlight.js theme to use for syntax highlighting in code blocks
|
||||
theme: 'default',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue