Skip to content

Commit bc2bab0

Browse files
committed
Add a site.yaml to integrate with microprofile.io projects page, microprofile#48
Signed-off-by: Scott Stark <[email protected]>
1 parent a0bd3d9 commit bc2bab0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

site.yaml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
#######################################################################
2+
## Copyright (c) 2016-2017 Contributors to the Eclipse Foundation
3+
##
4+
## See the NOTICE file(s) distributed with this work for additional
5+
## information regarding copyright ownership.
6+
##
7+
## Licensed under the Apache License, Version 2.0 (the "License");
8+
## you may not use this file except in compliance with the License.
9+
## You may obtain a copy of the License at
10+
##
11+
## http://www.apache.org/licenses/LICENSE-2.0
12+
##
13+
## Unless required by applicable law or agreed to in writing, software
14+
## distributed under the License is distributed on an "AS IS" BASIS,
15+
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
## See the License for the specific language governing permissions and
17+
## limitations under the License.
18+
#######################################################################
19+
%YAML 1.2
20+
---
21+
documentation:
22+
- title: Eclipse MicroProfile Interoperable JWT RBAC
23+
file: spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc
24+
25+
- title: Background
26+
file: spec/src/main/asciidoc/background.asciidoc
27+
28+
- title: Interoperability
29+
file: spec/src/main/asciidoc/interoperability.asciidoc
30+
31+
- title: Future Directions
32+
file: spec/src/main/asciidoc/future-directions.asciidoc
33+
34+
- title: Sample Implementations
35+
file: spec/src/main/asciidoc/sample-impl.asciidoc
36+
37+
- title: License
38+
file: spec/src/main/asciidoc/license-alv2.asciidoc

0 commit comments

Comments
 (0)