Skip to content

Commit

Permalink
docs: update readme (#3)
Browse files Browse the repository at this point in the history
* docs: update readme

* fix: linter
  • Loading branch information
tonypinkevych authored Mar 10, 2024
1 parent 33d5f13 commit 4fb0335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Aninix Docs

The repository contains Aninix's public documentation.
More docs TBD.
1 change: 0 additions & 1 deletion src/components/object-reference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export const ObjectReference: React.FC<
object: providedObject,
className,
children,
test,
}) => {
const id = providedId ?? 'RenderJobCancelledEvent'
const object = providedObject ?? localSchema.components.schemas[id]
Expand Down

0 comments on commit 4fb0335

Please sign in to comment.