This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ name : docs-build
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ repository_dispatch :
8
+
9
+ jobs :
10
+ build-deploy :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - name : Build Docs
14
+ uses : laminas/documentation-theme/github-actions/docs@master
15
+ env :
16
+ DOCS_DEPLOY_KEY : ${{ secrets.DOCS_DEPLOY_KEY }}
Original file line number Diff line number Diff line change 1
- Copyright (c) 2019, Laminas Foundation.
1
+ Copyright (c) 2019-2020 , Laminas Foundation.
2
2
All rights reserved. (https://getlaminas.org/ )
Original file line number Diff line number Diff line change 1
- Copyright (c) 2019, Laminas Foundation
1
+ Copyright (c) 2019-2020 , Laminas Foundation
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
# laminas-config-aggregator-modulemanager
2
2
3
- [ ![ Build Status] ( https://travis-ci.org /laminas/laminas-config-aggregator-modulemanager.svg?branch=master )] ( https://travis-ci.org /laminas/laminas-config-aggregator-modulemanager )
3
+ [ ![ Build Status] ( https://travis-ci.com /laminas/laminas-config-aggregator-modulemanager.svg?branch=master )] ( https://travis-ci.com /laminas/laminas-config-aggregator-modulemanager )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/laminas/laminas-config-aggregator-modulemanager/badge.svg?branch=master )] ( https://coveralls.io/github/laminas/laminas-config-aggregator-modulemanager?branch=master )
5
5
6
6
Provides an extension to the ` laminas/laminas-config-aggregator ` so ` laminas/laminas-mvc `
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ site_name: laminas-config-aggregator-modulemanager
2
2
docs_dir : docs/book
3
3
site_dir : docs/html
4
4
nav :
5
- - index.md
5
+ - Home : index.md
6
6
- Usage : usage.md
7
7
site_description : ' Consume laminas-mvc modules as configuration providers within laminas-config-aggregator.'
8
8
repo_url : ' https://github.com/laminas/laminas-config-aggregator-modulemanager'
9
9
extra :
10
10
project : Components
11
- project_url : ' https://docs.laminas.dev'
You can’t perform that action at this time.
0 commit comments