@cparra/apexdocs 3.4.2 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli/generate.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{logger-D84qiac7.js → logger-C1IFVWQ7.js} +484 -328
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ create a documentation site that fits your needs, hosted in any static web hosti
|
|
|
17
17
|
ApexDocs generates Markdown files, which can be integrated into any Static Site Generation (SSG) engine,
|
|
18
18
|
(e.g. Jekyll, Vitepress, Hugo, Docosaurus, etc.) to create a documentation site that fits your needs.
|
|
19
19
|
|
|
20
|
-
This gives you the flexibility to create beautiful leveraging your preferred SSG engine, which
|
|
20
|
+
This gives you the flexibility to create beautiful sites by leveraging your preferred SSG engine, which
|
|
21
21
|
usually provides a wide range of themes, dark mode support, and other features out of the box.
|
|
22
22
|
|
|
23
23
|
<div align="center">
|
package/dist/cli/generate.js
CHANGED