mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
feat: prototype dev server
This commit is contained in:
parent
2ab412e563
commit
333574efe6
11 changed files with 524 additions and 38 deletions
3
lib/theme/index.js
Normal file
3
lib/theme/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = function theme() {
|
||||
return 'theme';
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue