You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2022/06/18 15:46:32 UTC

[avro] branch branch-1.11 updated: AVRO-3445: Disable links pointing to git repo (#1722)

This is an automated email from the ASF dual-hosted git repository.

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 06cde1a7f AVRO-3445: Disable links pointing to git repo (#1722)
06cde1a7f is described below

commit 06cde1a7f92fb773ea33021865921efdd67ba449
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Sat Jun 18 17:45:41 2022 +0200

    AVRO-3445: Disable links pointing to git repo (#1722)
    
    * AVRO-3445: Disable links pointing to git repo
    
    * Update _styles_project.scss
---
 doc/assets/scss/_styles_project.scss | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/doc/assets/scss/_styles_project.scss b/doc/assets/scss/_styles_project.scss
new file mode 100644
index 000000000..03c855470
--- /dev/null
+++ b/doc/assets/scss/_styles_project.scss
@@ -0,0 +1,23 @@
+// 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
+//
+//   https://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.
+
+// Disable all github editing links for now
+.td-page-meta--view { display: none !important; }
+.td-page-meta--edit { display: none !important; }
+.td-page-meta--child { display: none !important; }
+.td-page-meta--issue { display: none !important; }
+.td-page-meta--project-issue { display: none !important; }