forked from event-catalog/eventcatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): remove empty index page to prevent blank docs page
This removes the empty markdown file that were previously added by `ensureAstroCollectionNotEmpty` when no index page was specified by the user. This introduce `default-docs.mdx` as fallback to prevent blank /docs page. This approach ensures a better UX without redirecting to the first collection item, as an initial empty project may not have any items to navigate to. Closes event-catalog#1130.
- Loading branch information
1 parent
831081f
commit e20054e
Showing
8 changed files
with
37 additions
and
332 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# **EventCatalog** | ||
|
||
Welcome to [EventCatalog](https://www.eventcatalog.dev/). | ||
|
||
This open-source project is designed to help you and your teams bring discoverability and clarity to your event-driven architectures (EDA). | ||
|
||
To get started you can read the following guides: | ||
|
||
- [Getting started with EventCatalog](https://eventcatalog.dev/docs/development/getting-started/introduction) | ||
- [Creating domains](https://eventcatalog.dev/docs/development/guides/domains/adding-domains) | ||
- [Creating services](https://eventcatalog.dev/docs/development/guides/services/adding-services) | ||
- [Creating commands](https://eventcatalog.dev/docs/development/guides/messages/commands/introduction) | ||
- [Creating events](https://eventcatalog.dev/docs/development/guides/messages/events/introduction) | ||
- [Assigning owners to resources](https://eventcatalog.dev/docs/owners) | ||
- [Using components in your pages (Schemas, OpenAPI, etc)](https://eventcatalog.dev/docs/development/components/using-components) | ||
- [Deploying and hosting your EventCatalog](https://eventcatalog.dev/docs/development/deployment) | ||
|
||
### **Join the community** | ||
|
||
Got questions about EventCatalog? Feature requests or need support? [Join our community on Discord.](https://discord.gg/3rjaZMmrAm) | ||
|
||
### **Enterprise support** | ||
|
||
Using EventCatalog and needs enterprise support? Work with us, find out what we offer on our [enterprise page](https://eventcatalog.dev/enterprise). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.