7.0.6 • Published 10 months ago

@gasket/plugin-docusaurus v7.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@gasket/plugin-docusaurus

Use Docusaurus to serve a website view of the collated docs from @gasket/plugin-docs.

Installation

npm i @gasket/plugin-docs @gasket/plugin-docusaurus

Update your gasket file plugin configuration:

// gasket.js

+ import pluginDocusarus from '@gasket/plugin-docusaurus';
+ import pluginDocs from '@gasket/plugin-docs';

export default makeGasket({
  plugins: [
+   pluginDocs
+   pluginDocusarus
  ]
});

Now, when you run npx gasket docs in your app, a nice Docusaurus website will be launched in your browser.

Configuration

To be set under docusaurus in the gasket.js.

  • rootDir - (string) Root Docusaurus directory. Default is .docs.
  • docsDir - (string) Sub-directory for the generated markdown from the docs plugin. Default is docs.
  • port - (number) Port to serve the docs from. Default is 3000.
  • host - (string) Hostname to serve the docs from. Default is localhost.

Example

// gasket.js

 export default makeGasket({
  docusaurus: {
    rootDir: 'my-site-documents',
    docsDir: 'markdown',
    port: 8000,
    host: 'custom-host'
  }
});

// structure
gasket-app/ // app root
|_ my-site-documents // docusaurus root
  |_ .docusaurus // build folder
  |_ markdown // generated docs from @gasket/plugin-docs

docusaurus.config.js

A required docusaurus.config.js will generated in the root directory if one is not present. Docusaurus allows for additional configuration/customization options and you can define those directly in the docusaurus.config.js.

License

MIT

7.0.6

10 months ago

7.0.0

11 months ago

7.0.3

10 months ago

7.0.1

11 months ago

6.47.5

11 months ago

7.0.0-next.69

11 months ago

7.0.0-next.70

11 months ago

7.0.0-next.67

11 months ago

7.0.0-next.68

11 months ago

7.0.0-next.66

11 months ago

7.0.0-next.65

11 months ago

7.0.0-next.64

11 months ago

7.0.0-next.63

11 months ago

7.0.0-next.62

12 months ago

7.0.0-next.61

12 months ago

6.47.1

1 year ago

7.0.0-next.44

1 year ago

7.0.0-next.45

1 year ago

7.0.0-next.46

1 year ago

7.0.0-next.47

1 year ago

7.0.0-next.48

1 year ago

7.0.0-next.49

1 year ago

7.0.0-next.40

1 year ago

7.0.0-next.41

1 year ago

7.0.0-next.42

1 year ago

7.0.0-next.54

12 months ago

7.0.0-next.55

12 months ago

7.0.0-next.56

12 months ago

7.0.0-next.57

12 months ago

7.0.0-next.58

12 months ago

7.0.0-next.59

12 months ago

7.0.0-next.50

1 year ago

7.0.0-next.51

1 year ago

7.2.0-canary.20

1 year ago

7.0.0-next.52

12 months ago

7.0.0-next.53

12 months ago

7.0.0-next.29

1 year ago

7.2.0-canary.0

1 year ago

7.2.0-canary.1

1 year ago

7.0.0-next.28

1 year ago

7.0.0-next.32

1 year ago

7.0.0-next.33

1 year ago

7.0.0-next.34

1 year ago

7.0.0-next.37

1 year ago

7.0.0-next.38

1 year ago

7.0.0-next.39

1 year ago

7.0.1-canary.12

1 year ago

7.0.1-canary.11

1 year ago

7.0.0-next.30

1 year ago

7.0.1-canary.10

1 year ago

7.0.0-next.31

1 year ago

7.3.0-canary.2

1 year ago

7.3.0-canary.1

1 year ago

7.3.0-canary.0

1 year ago

7.3.0-canary.4

1 year ago

7.3.0-canary.3

1 year ago

7.0.0-next.60

12 months ago

7.0.1-canary.0

1 year ago

7.0.0-next.26

1 year ago

7.0.0-next.27

1 year ago

7.0.0-next.25

1 year ago

7.0.0-next.22

1 year ago

7.0.0-next.23

1 year ago

6.47.0

1 year ago

7.0.0-next.21

1 year ago

7.0.0-next.9

1 year ago

7.0.0-next.10

1 year ago

7.0.0-next.7

1 year ago

7.0.0-next.11

1 year ago

7.0.0-next.8

1 year ago

7.0.0-next.12

1 year ago

7.0.0-next.13

1 year ago

7.0.0-next.6

1 year ago

7.0.0-next.20

1 year ago

7.0.0-next.5

1 year ago

6.46.8

1 year ago

7.0.0-next.4

1 year ago

7.0.0-next.3

1 year ago

7.0.0-next.2

1 year ago

7.0.0-next.1

1 year ago

7.0.0-next.0

1 year ago

7.0.0-cli.7

1 year ago

7.0.0-cli.6

1 year ago

6.46.1-cli.0

1 year ago

7.0.0-cli.5

1 year ago

7.0.0-cli.4

1 year ago

7.0.0-cli.1

1 year ago

7.0.0-cli.0

1 year ago

7.0.0-cli.3

1 year ago

7.0.0-cli.2

1 year ago

6.46.3-cli.0

1 year ago

6.46.2

1 year ago

7.0.0-canary.1

1 year ago

6.46.2-esm.0

1 year ago

6.46.0

1 year ago

6.45.2

2 years ago

6.45.0

2 years ago

6.44.5

2 years ago

6.44.3

2 years ago

6.43.0

2 years ago

6.39.3

2 years ago

6.39.0

2 years ago

6.38.8

2 years ago

6.38.6

2 years ago

6.38.5

2 years ago

6.38.1

3 years ago

6.36.1

3 years ago

6.38.0

3 years ago

6.35.0

3 years ago

6.36.0

3 years ago

6.34.6

3 years ago

6.34.3

3 years ago

6.34.4

3 years ago

6.34.2

3 years ago

6.33.1

3 years ago

6.26.1

3 years ago

6.28.0

3 years ago

6.24.2

3 years ago

6.24.0

3 years ago

6.23.1-canary.1

3 years ago

6.23.1-canary.0

3 years ago

6.23.1

3 years ago

6.23.0-canary.0

3 years ago

6.23.0

3 years ago

6.21.0-canary.5

3 years ago

6.21.0-canary.4

3 years ago

6.21.0-canary.3

3 years ago

6.21.0-canary.2

3 years ago

6.21.0-canary.1

3 years ago

6.21.0-canary.0

3 years ago