ACCUMULO-4531 Removed index.html & documentation.css

Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2741998c
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2741998c
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/2741998c

Branch: refs/heads/master
Commit: 2741998c220a1a899236a1aa307af30118612c5c
Parents: 89c0348
Author: Mike Walch <mwa...@apache.org>
Authored: Tue Dec 6 09:57:04 2016 -0500
Committer: Mike Walch <mwa...@apache.org>
Committed: Tue Dec 6 14:04:54 2016 -0500

----------------------------------------------------------------------
 docs/src/main/resources/documentation.css | 112 -------------------------
 docs/src/main/resources/index.html        |  39 ---------
 2 files changed, 151 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2741998c/docs/src/main/resources/documentation.css
----------------------------------------------------------------------
diff --git a/docs/src/main/resources/documentation.css 
b/docs/src/main/resources/documentation.css
deleted file mode 100644
index 3457dac..0000000
--- a/docs/src/main/resources/documentation.css
+++ /dev/null
@@ -1,112 +0,0 @@
-/*
-* Licensed to the Apache Software Foundation (ASF) under one or more
-* contributor license agreements.  See the NOTICE file distributed with
-* this work for additional information regarding copyright ownership.
-* The ASF licenses this file to You 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.
-*/
-html, body {
-    font-size: 10pt;
-    font-family: verdana, arial;
-}
-
-h1 {
-    font-size: 1.7em;
-    font-variant: small-caps;
-    text-align: left;
-}
-
-h2 {
-    font-size: 1.3em;
-    text-align: left;
-}
-
-.highlight {
-    background-color: rgb(206,244,181);
-}
-
-.deprecated {
-    text-decoration: line-through;
-}
-
-table {
-    min-width: 60%;
-    border: 1px #333333 solid;
-    border-spacing-top: 0;
-    border-spacing-bottom: 0;
-    border: 1px #333333 solid;
-    border: 1px #333333 solid;
-}
-
-th {
-    border-top: 0;
-    border-bottom: 3px #333333 solid;
-    border-left: 1px #333333 dotted;
-    border-right: 0;
-    border-spacing-top: 0;
-    border-spacing-bottom: 0;
-    text-align: center;
-    font-variant: small-caps;
-    padding-left: 0.1em;
-    padding-right: 0.1em;
-    padding-top: 0.2em;
-    padding-bottom: 0.2em;
-    vertical-align: bottom;
-}
-
-td {
-    border-top: 0;
-    border-bottom: 0;
-    border-left: 0;
-    border-right: 0;
-    border-spacing-top: 0;
-    border-spacing-bottom: 0;
-    padding-left: 0.05em;
-    padding-right: 0.05em;
-    padding-top: 0.15em;
-    padding-bottom: 0.15em;
-}
-
-thead {
-    color: rgb(66,114,185);
-    text-align: center;
-    text-weight: bold;
-}
-
-td {
-    font-size: 10pt;
-    text-align:left;
-    padding-left:7pt;
-    padding-right:7pt;
-}
-
-pre {
-    font-size: 9pt;
-}
-
-a {
-    text-decoration: none;
-    color: #0000ff;
-    line-height: 1.5em;
-}
-
-a:hover {
-    color: #004400;
-    text-decoration: underline;
-}
-
-.large {
-    font-size: 1.5em;
-    font-variant: small-caps;
-    text-align: left;
-}
-

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2741998c/docs/src/main/resources/index.html
----------------------------------------------------------------------
diff --git a/docs/src/main/resources/index.html 
b/docs/src/main/resources/index.html
deleted file mode 100644
index aca3bb2..0000000
--- a/docs/src/main/resources/index.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You 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.
--->
-<html>
-<head>
-<title>Accumulo Documentation</title>
-<link rel='stylesheet' type='text/css' href='documentation.css' 
media='screen'/>
-</head>
-<body>
-
-<h1>Apache Accumulo Documentation</h1>
-<ul>
-<li><a href=accumulo_user_manual.pdf>User Manual</a></li>
-<li><a href=administration.html>Administration</a></li>
-<li><a href=combiners.html>Combiners</a></li>
-<li><a href=constraints.html>Constraints</a></li>
-<li><a href=bulkIngest.html>Bulk Ingest</a></li>
-<li><a href=isolation.html>Isolation</a></li>
-<li><a href=lgroups.html>Locality Groups</a></li>
-<li><a href=timestamps.html>Timestamps</a></li>
-<li><a href=metrics.html>Metrics</a></li>
-<li><a href=distributedTracing.html>Distributed Tracing</a></li>
-</ul>
-
-</body>
-</html>

Reply via email to