Skip to content

Commit

Permalink
Merge pull request #399 from doctrine/documentation
Browse files Browse the repository at this point in the history
resurrect documentation from the old symfony-cmf-docs repository
  • Loading branch information
dbu authored Apr 3, 2024
2 parents e06016a + d3d19b6 commit c338d86
Show file tree
Hide file tree
Showing 11 changed files with 2,796 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"active": true,
"name": "PHPCR Bundle",
"slug": "phpcr-bundle",
"docsSlug": "doctrine-phpcr-bundle",
"versions": [
{
"name": "3.x",
"branchName": "3.x",
"slug": "latest",
"current": true
}
]
}
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ adds features of its own like multilanguage.

## Documentation

For information, see [Symfony CMF Documentation](http://symfony.com/doc/master/cmf/index.html),
specifically [The Database Layer: PHPCR-ODM](http://symfony.com/doc/master/cmf/book/database_layer.html)
and [DoctrinePHPCRBundle](http://symfony.com/doc/master/cmf/bundles/phpcr_odm/introduction.html).
For information on PHPCR-ODM, see [Doctrine Documentation](https://www.doctrine-project.org/projects/phpcr-odm.html),
and [DoctrinePHPCRBundle](https://www.doctrine-project.org/projects/doctrine-phpcr-bundle.html).

PHPCR-ODM in general is documented in the [Doctrine PHPCR-ODM documentation](http://docs.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/).
Read more about PHPCR, the storage layer behind PHPCR-ODM: [PHPCR documentation](https://phpcr.readthedocs.io/en/latest/).
Loading

0 comments on commit c338d86

Please sign in to comment.