Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 827fd51

Browse files
committed
Initial documentation
1 parent 7643e3d commit 827fd51

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/book/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="jumbotron">
33
<h1>zendframework/zend-expressive-authentication-basic</h1>
44

5-
<p>Description of component here</p>
5+
<p>HTTP Basic Authentication adapter for zend-expressive-authentication.</p>
66

77
<pre><code class="language-bash">$ composer require zendframework/zend-expressive-authentication-basic</code></pre>
88
</div>

docs/book/intro.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# zend-expressive-authentication-basic
22

3-
This component provides ...
3+
This component provides an HTTP Basic Authentication adapter for
4+
[zend-expressive-authentication](https://docs.zendframework.com/zend-expressive-authentication).
5+
6+
Docs are forthcoming...

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pages:
44
- index.md
55
- Introduction: intro.md
66
site_name: Component Name Goes Here
7-
site_description: 'Component Description goes here'
7+
site_description: 'HTTP Basic Authentication adapter for zend-expressive-authentication.'
88
repo_url: 'https://github.com/zendframework/zend-expressive-authentication-basic'
99
copyright: 'Copyright (c) 2017 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)