Skip to content

Commit

Permalink
test: add tests for custom watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosallexandre committed Sep 16, 2024
1 parent 0903025 commit 772de61
Show file tree
Hide file tree
Showing 6 changed files with 949 additions and 58 deletions.
7 changes: 7 additions & 0 deletions scripts/__tests__/example-catalog/components/footer.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
import config from '@config';
---

<div class="w-full text-right">
<span class="italic text-gray-300">Event-driven architecture documentation: {config.organizationName}</span>
</div>
28 changes: 28 additions & 0 deletions scripts/__tests__/example-catalog/pages/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
id: index
---

# **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).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions scripts/__tests__/example-catalog/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 772de61

Please sign in to comment.