@stati/core 1.12.3 → 1.12.4
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 +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -216,7 +216,7 @@ This is all you need! Stati automatically enables:
|
|
|
216
216
|
|
|
217
217
|
### Extended Configuration (Common Options)
|
|
218
218
|
|
|
219
|
-
Below are commonly used configuration options. This is **not a complete list** — see the [full configuration documentation](https://
|
|
219
|
+
Below are commonly used configuration options. This is **not a complete list** — see the [full configuration documentation](https://stati.build/configuration/) for all available options.
|
|
220
220
|
|
|
221
221
|
```javascript
|
|
222
222
|
import { defineConfig } from '@stati/core';
|
|
@@ -334,7 +334,7 @@ export default defineConfig({
|
|
|
334
334
|
});
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
> **For the complete configuration reference** including all options, advanced features, and detailed explanations, see the [Configuration Guide](https://
|
|
337
|
+
> **For the complete configuration reference** including all options, advanced features, and detailed explanations, see the [Configuration Guide](https://stati.build/configuration/file/).
|
|
338
338
|
|
|
339
339
|
---
|
|
340
340
|
|
|
@@ -554,7 +554,7 @@ import type {
|
|
|
554
554
|
} from '@stati/core/types';
|
|
555
555
|
```
|
|
556
556
|
|
|
557
|
-
> **Need more types?** This is a curated list of commonly used types. For the complete type reference including all SEO, sitemap, and configuration types, see the [API Types Documentation](https://
|
|
557
|
+
> **Need more types?** This is a curated list of commonly used types. For the complete type reference including all SEO, sitemap, and configuration types, see the [API Types Documentation](https://stati.build/api/types/).
|
|
558
558
|
|
|
559
559
|
---
|
|
560
560
|
|
|
@@ -745,10 +745,10 @@ export default defineConfig({
|
|
|
745
745
|
|
|
746
746
|
## Learn More
|
|
747
747
|
|
|
748
|
-
- [**Full Documentation**](https://
|
|
749
|
-
- [**Configuration Guide**](https://
|
|
750
|
-
- [**API Reference**](https://
|
|
751
|
-
- [**Examples**](https://
|
|
748
|
+
- [**Full Documentation**](https://stati.build) — Complete guides and tutorials
|
|
749
|
+
- [**Configuration Guide**](https://stati.build/configuration/file/) — All options explained
|
|
750
|
+
- [**API Reference**](https://stati.build/api/reference/) — Detailed API docs
|
|
751
|
+
- [**Examples**](https://stati.build/examples/list/) — Real-world projects
|
|
752
752
|
- [**Contributing**](https://github.com/ianchak/stati/blob/main/CONTRIBUTING.md) — Help improve Stati
|
|
753
753
|
|
|
754
754
|
---
|
|
@@ -769,7 +769,7 @@ Stati Core is built on these principles:
|
|
|
769
769
|
|
|
770
770
|
- [GitHub Issues](https://github.com/ianchak/stati/issues) — Report bugs or request features
|
|
771
771
|
- [Discussions](https://github.com/ianchak/stati/discussions) — Ask questions, share ideas
|
|
772
|
-
- [Documentation](https://
|
|
772
|
+
- [Documentation](https://stati.build) — Comprehensive guides
|
|
773
773
|
|
|
774
774
|
---
|
|
775
775
|
|