Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add @analogjs/content to package list #216

Merged
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Analog

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-26-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

Analog is a meta-framework for building applications and websites with [Angular](https://angular.io).
Expand Down Expand Up @@ -41,7 +43,8 @@ Follow the prompts to scaffold the project and start the development server.
- `@analogjs/router` - Filesystem-based routing for Angular.
- `@analogjs/platform` - Vite platform plugin for Analog that enables API routes.
- `create-analog` - An initializer for scaffolding an Analog project.
- `@analogjs/astro-angular` - An integration for using Angular components in [Astro](https://astro.build)
- `@analogjs/astro-angular` - An integration for using Angular components in [Astro](https://astro.build).
- `@analogjs/content` - A plugin for using Markdown content in Analog applications.

## Supporting Analog

Expand Down
3 changes: 2 additions & 1 deletion apps/docs-app/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ Analog is a fullstack meta-framework for building applications and websites with
- `@analogjs/router` - Filesystem-based routing for Angular.
- `@analogjs/platform` - Vite platform plugin for Analog that enables API routes.
- `create-analog` - An initializer for scaffolding an Analog project.
- `@analogjs/astro-angular` - An integration for using Angular components in [Astro](https://astro.build)
- `@analogjs/astro-angular` - An integration for using Angular components in [Astro](https://astro.build).
- `@analogjs/content` - A plugin for using Markdown content in Analog applications.