Skip to content
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
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

[![license][license-badge]][LICENSE]

Includes:
* Twig helpers
* HTTP cache for full-page caching

## Status
Please note this software is in development, usage may change before the 1.0 release.

Expand All @@ -23,11 +19,7 @@ Install via Composer:
composer require strata/symfony-frontend:^0.8
```

See [installation](docs/installation.md)

## Documentation

See [docs](docs/README.md)
Please see [Strata Frontend installation docs](https://docs.strata.dev/frontend/getting-started/installation).

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strata/symfony-frontend",
"description": "TODO",
"description": "Integration with Symfony framework for Strata Frontend",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
Expand All @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.4",
"strata/frontend": "dev-release/0.8.0 as 0.8.0",
"strata/frontend": "^0.8",
"symfony/http-kernel": "^5.3",
"twig/twig": "^3.0",
"symfony/framework-bundle": "^5.3"
Expand Down
8 changes: 0 additions & 8 deletions docs/SUMMARY.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/index.md

This file was deleted.

100 changes: 0 additions & 100 deletions docs/installation.md

This file was deleted.