Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ coverage/
yarn-debug.log*
yarn-error.log*

# Lychee link checker cache
.lycheecache

# Testing
coverage/

Expand Down
2 changes: 1 addition & 1 deletion content/blog/metadata-driven-architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -584,4 +584,4 @@ ObjectStack is our answer.

---

*Want to dive deeper? Explore our [technical specifications](/docs/specifications) or join the discussion on [GitHub](https://github.com/objectstack-ai/spec/discussions).*
*Want to dive deeper? Explore our [technical specifications](/docs/specifications) or join the discussion on [GitHub](https://github.com/objectstack-ai/spec/issues).*
2 changes: 1 addition & 1 deletion content/blog/protocol-first-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -849,4 +849,4 @@ Join us in building it.

---

*Ready to build on ObjectStack? Check out our [Getting Started Guide](/docs/guides/getting-started) or join the conversation on [GitHub Discussions](https://github.com/objectstack-ai/spec/discussions).*
*Ready to build on ObjectStack? Check out our [Getting Started Guide](/docs/guides/getting-started) or join the conversation on [GitHub Issues](https://github.com/objectstack-ai/spec/issues).*
2 changes: 1 addition & 1 deletion content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,6 @@ Field.lookup({
## Still Have Questions?

- 📖 Check the [Guides](/docs/guides/getting-started)
- 💬 Ask in [GitHub Discussions](https://github.com/objectstack-ai/spec/discussions)
- 💬 Ask in [GitHub Issues](https://github.com/objectstack-ai/spec/issues)
- 🐛 Report bugs in [GitHub Issues](https://github.com/objectstack-ai/spec/issues)
- 📧 Email: support@objectstack.dev (for urgent issues)
4 changes: 2 additions & 2 deletions content/docs/quick-start/build-first-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -363,5 +363,5 @@ All schemas are validated at build time using Zod. Check the error message for w

## Full Code

The complete source code for this tutorial is available at:
- [GitHub: examples/task-manager](https://github.com/objectstack-ai/spec/tree/main/examples/task-manager)
The complete source code for a similar example is available at:
- [GitHub: examples/todo](https://github.com/objectstack-ai/spec/tree/main/examples/todo)
2 changes: 1 addition & 1 deletion content/docs/specifications/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Example:
Want to propose changes or additions?

1. **Read:** [Contributing Guide](https://github.com/objectstack-ai/spec/blob/main/CONTRIBUTING.md)
2. **Discuss:** [GitHub Discussions](https://github.com/objectstack-ai/spec/discussions)
2. **Discuss:** [GitHub Issues](https://github.com/objectstack-ai/spec/issues)
3. **Propose:** [Submit an RFC](https://github.com/objectstack-ai/spec/issues/new?template=rfc.md)

### RFC Process
Expand Down
2 changes: 1 addition & 1 deletion content/docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ If you're still stuck after trying these solutions:
- [GitHub Issues](https://github.com/objectstack-ai/spec/issues)

2. **Ask the community:**
- [GitHub Discussions](https://github.com/objectstack-ai/spec/discussions)
- [GitHub Issues](https://github.com/objectstack-ai/spec/issues)

3. **Report a bug:**
- [Create a new issue](https://github.com/objectstack-ai/spec/issues/new)
Expand Down
4 changes: 2 additions & 2 deletions content/docs/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ Apply what you've learned to build your own application!
## Community Examples

Check out community-contributed examples:
- [GitHub Discussions](https://github.com/objectstack-ai/spec/discussions)
- [GitHub Issues](https://github.com/objectstack-ai/spec/issues)
- [Example Gallery](https://github.com/objectstack-ai/spec/tree/main/examples)

## Get Help

Stuck on a tutorial?
- Check the [Troubleshooting Guide](/docs/troubleshooting)
- Ask in [GitHub Discussions](https://github.com/objectstack-ai/spec/discussions)
- Ask in [GitHub Issues](https://github.com/objectstack-ai/spec/issues)
- Review the [FAQ](/docs/faq)
3 changes: 2 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ follow_redirects = true
include_fragments = false

# Verbose output
verbose = true
# Accepts log level: "error", "warn", "info", "debug", "trace"
verbose = "info"

# Remap internal documentation links to actual file paths
# Maps /docs/* routes to content/docs/*.mdx or content/docs/*.md files
Expand Down
Loading