diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-31 18:25:39 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-07-31 18:27:31 +0100 |
commit | af74a6270d6ab6badf04a97495a6ef8ccded9b4b (patch) | |
tree | 2c7a536e54207a0870ca2008ce457a64de917ab9 /src/site-docs/html/modules-index/index.html | |
parent | 9e318f20f2e64970bf3c2e3a5532c516231a6f8a (diff) |
Adding first set of apex-pdp document changes
Adding document changes for auth, context, core, model, services & the
main apex-pdp module.
Change-Id: Id0d026baa258f1dc6998978f9911f3c4a73b5b3b
Issue-ID: POLICY-867
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'src/site-docs/html/modules-index/index.html')
-rw-r--r-- | src/site-docs/html/modules-index/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/site-docs/html/modules-index/index.html b/src/site-docs/html/modules-index/index.html new file mode 100644 index 000000000..850ebe423 --- /dev/null +++ b/src/site-docs/html/modules-index/index.html @@ -0,0 +1,39 @@ +<!-- + ============LICENSE_START======================================================= + Copyright (C) 2016-2018 Ericsson. All rights reserved. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + SPDX-License-Identifier: Apache-2.0 + ============LICENSE_END========================================================= +--> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="author" content="Sven van der Meer" /> + <meta name="author" content="Liam Fallon" /> + <meta name="author" content="John Keeny" /> + <meta http-equiv="Content-Language" content="en" /> + <meta http-equiv="refresh" content="0; url=../index.html" /> + <title>APEX – Welcome to APEX - The Adaptive Policy EXecution (Engine)</title> + </head> + + <body> + <p> + If your browser does not automatically go there within a few seconds, you may want to go to + <a href="../index.html">Redirect</a> + </p> + </body> +</html> |