Skip to content

Commit

Permalink
Merge pull request #733 from driehle/feature/docs-update
Browse files Browse the repository at this point in the history
Prepare docs for Doctrine website
  • Loading branch information
driehle committed Oct 18, 2021
2 parents 5b48441 + 6a20afc commit 662362a
Show file tree
Hide file tree
Showing 17 changed files with 1,138 additions and 982 deletions.
31 changes: 31 additions & 0 deletions .doctrine-project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"active": true,
"name": "Doctrine Module for Laminas",
"slug": "DoctrineModule",
"docsSlug": "doctrine-module",
"versions": [
{
"name": "4.2",
"branchName": "4.2.x",
"slug": "latest",
"upcoming": true
},
{
"name": "4.1",
"branchName": "4.1.x",
"slug": "4.1",
"aliases": [
"current",
"stable"
],
"current": true,
"maintained": true
},
{
"name": "4.0",
"branchName": "4.0.x",
"slug": "4.0",
"maintained": false
}
]
}
51 changes: 0 additions & 51 deletions .travis.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# DoctrineModule for Laminas

[![Master Branch Build Status](https://secure.travis-ci.org/doctrine/DoctrineModule.png?branch=master)](http://travis-ci.org/doctrine/DoctrineModule)
[![Build Status](https://github.com/doctrine/DoctrineModule/workflows/Continuous%20Integration/badge.svg)](https://github.com/doctrine/DoctrineModule/actions/workflows/continuous-integration.yml?query=branch%3A4.1.x+)
[![Code Coverage](https://codecov.io/github/doctrine/DoctrineModule/coverage.svg?branch=4.1.x)](https://codecov.io/gh/doctrine/DoctrineModule/branch/4.1.x)

DoctrineModule provides basic functionality consumed by
[DoctrineORMModule](http://www.github.com/doctrine/DoctrineORMModule)
(if you want to use [Doctrine ORM](https://github.com/doctrine/doctrine2))
(if you want to use [Doctrine ORM](https://github.com/doctrine/orm))
and [DoctrineMongoODMModule](https://github.com/doctrine/DoctrineMongoODMModule)
(if you want to use [MongoDB ODM](https://github.com/doctrine/mongodb-odm))
(if you want to use [MongoDB ODM](https://github.com/doctrine/mongodb-odm)).

## Documentation

Please check the [`docs` dir](https://github.com/doctrine/DoctrineModule/tree/master/docs)
Please check the [`docs` dir](https://github.com/doctrine/DoctrineModule/tree/master/docs/en)
for more detailed documentation on the features provided by this module.

## Installation
Expand Down
255 changes: 0 additions & 255 deletions docs/authentication.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/caching.md

This file was deleted.

0 comments on commit 662362a

Please sign in to comment.