Skip to content

Commit

Permalink
docs: add @analogjs/content to package list
Browse files Browse the repository at this point in the history
  • Loading branch information
markostanimirovic committed Jan 16, 2023
1 parent 99a7bb2 commit 700629e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.

0 comments on commit 700629e

Please sign in to comment.