You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Running Docusaurus by using the `start` or `build`[cli commands](https://docusaurus.io/docs/cli#docusaurus-cli-commands).
70
76
- Building the docs independently by running the custom cli command `docusaurus generate-typedoc` and then running Docusaurus at another time.
71
77
72
-
### View the docs
78
+
####View the docs
73
79
74
80
Once built the docs will be available at `/docs/api` (or equivalent output directory).
75
81
76
82
e.g. `http://localhost:3000/docs/api`
77
83
78
84
</Steps>
85
+
86
+
## Standalone
87
+
88
+
If you would prefer to generate your docs entirely outside of a Docusaurus project, for later consumption you can simply run `typedoc-docusaurus-theme` independently.
0 commit comments