Skip to main content

Project Tree

Generated file. Do not edit manually. Regenerate with: npm run docs:tree

.
|-- docs
| |-- repository
| |-- ARCHITECTURE.md
| +-- REPOSITORY.md
|-- documentation
| |-- blog
| | |-- 2021-08-26-welcome
| | | |-- docusaurus-plushie-banner.jpeg
| | | +-- index.mdx
| | |-- 2019-05-28-first-blog-post.mdx
| | |-- 2019-05-29-long-blog-post.mdx
| | |-- 2021-08-01-mdx-blog-post.mdx
| | |-- authors.yml
| | +-- tags.yml
| |-- docs
| | |-- ARCHITECTURE.md
| | |-- README.md
| | +-- REPOSITORY.md
| |-- src
| | |-- components
| | | +-- HomepageFeatures
| | | |-- index.tsx
| | | +-- styles.module.css
| | |-- css
| | | +-- custom.css
| | +-- pages
| | |-- index.module.css
| | |-- index.tsx
| | +-- markdown-page.mdx
| |-- static
| | |-- img
| | | |-- docusaurus.png
| | | |-- docusaurus-social-card.jpg
| | | |-- favicon.ico
| | | |-- logo.svg
| | | |-- undraw_docusaurus_mountain.svg
| | | |-- undraw_docusaurus_react.svg
| | | +-- undraw_docusaurus_tree.svg
| | +-- .nojekyll
| |-- .gitignore
| |-- docusaurus.config.ts
| |-- package.json
| |-- package-lock.json
| |-- README.md
| |-- sidebars.ts
| +-- tsconfig.json
|-- examples
| +-- process-document.ts
|-- scripts
| |-- generate-project-tree.ps1
| +-- sync-docusaurus-docs.ps1
|-- src
| |-- client
| | |-- cortexa-client.ts
| | +-- index.ts
| |-- normalizers
| | |-- index.ts
| | +-- normalize-document.ts
| |-- parsers
| | |-- index.ts
| | +-- parse-document.ts
| |-- processors
| | |-- index.ts
| | +-- process-document.ts
| |-- schemas
| | |-- index.ts
| | |-- normalized-document.schema.ts
| | +-- raw-document.schema.ts
| |-- types
| | |-- cortexa-input.ts
| | |-- cortexa-output.ts
| | |-- index.ts
| | |-- normalized-document.ts
| | +-- raw-document.ts
| +-- index.ts
|-- .gitignore
|-- package.json
|-- package-lock.json
|-- README.md
|-- tsconfig.json
+-- tsup.config.ts