Skip to content

Commit 662362a

Browse files
authored
Merge pull request #733 from driehle/feature/docs-update
Prepare docs for Doctrine website
2 parents 5b48441 + 6a20afc commit 662362a

17 files changed

+1138
-982
lines changed

.doctrine-project.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"active": true,
3+
"name": "Doctrine Module for Laminas",
4+
"slug": "DoctrineModule",
5+
"docsSlug": "doctrine-module",
6+
"versions": [
7+
{
8+
"name": "4.2",
9+
"branchName": "4.2.x",
10+
"slug": "latest",
11+
"upcoming": true
12+
},
13+
{
14+
"name": "4.1",
15+
"branchName": "4.1.x",
16+
"slug": "4.1",
17+
"aliases": [
18+
"current",
19+
"stable"
20+
],
21+
"current": true,
22+
"maintained": true
23+
},
24+
{
25+
"name": "4.0",
26+
"branchName": "4.0.x",
27+
"slug": "4.0",
28+
"maintained": false
29+
}
30+
]
31+
}

.travis.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# DoctrineModule for Laminas
22

3-
[![Master Branch Build Status](https://secure.travis-ci.org/doctrine/DoctrineModule.png?branch=master)](http://travis-ci.org/doctrine/DoctrineModule)
3+
[![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+)
44
[![Code Coverage](https://codecov.io/github/doctrine/DoctrineModule/coverage.svg?branch=4.1.x)](https://codecov.io/gh/doctrine/DoctrineModule/branch/4.1.x)
55

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

1212
## Documentation
1313

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

1717
## Installation

docs/authentication.md

Lines changed: 0 additions & 255 deletions
This file was deleted.

docs/caching.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)