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/02/24 17:36:31 UTC

[avro] 06/06: AVRO-2175: Refine leftover resources

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

commit 83642cff010519f1be8fa35bf98a53929855c894
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Thu Feb 24 10:20:14 2022 +0100

    AVRO-2175: Refine leftover resources
---
 README.md        | 72 --------------------------------------------------------
 doc/package.json | 17 -------------
 2 files changed, 89 deletions(-)

diff --git a/README.md b/README.md
deleted file mode 100644
index 472656a..0000000
--- a/README.md
+++ /dev/null
@@ -1,72 +0,0 @@
-# Apache Avro™
-
-[![test c][test c img]][test c]
-[![test c#][test c# img]][test c#]
-[![test c++][test c++ img]][test c++]
-[![test java][test java img]][test java]
-[![test javascript][test javascript img]][test javascript]
-[![test perl][test perl img]][test perl]
-[![test ruby][test ruby img]][test ruby]
-[![test python][test python img]][test python]
-[![test php][test php img]][test php]
-
-[![rust continuous integration][rust continuous integration img]][rust continuous integration]
-[![rust clippy check][rust clippy check img]][rust clippy check]
-[![rust security audit][rust security audit img]][rust security audit]
-
-[![codeql c#][codeql c# img]][codeql c#]
-[![codeql java][codeql java img]][codeql java]
-[![codeql javascript][codeql javascript img]][codeql javascript]
-[![codeql python][codeql python img]][codeql python]
-
------
-
-Apache Avro™ is a data serialization system.
-
-Learn more about Avro, please visit our website at:
-
-  https://avro.apache.org/
-
-To contribute to Avro, please read:
-
-  https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute
-
-<!-- Arranged this way for easy copy-pasting and editor string manipulation -->
-
-[test c]:          https://github.com/apache/avro/actions/workflows/test-lang-c.yml
-[test c#]:         https://github.com/apache/avro/actions/workflows/test-lang-csharp.yml
-[test c++]:        https://github.com/apache/avro/actions/workflows/test-lang-c++.yml
-[test java]:       https://github.com/apache/avro/actions/workflows/test-lang-java.yml
-[test javascript]: https://github.com/apache/avro/actions/workflows/test-lang-js.yml
-[test perl]:       https://github.com/apache/avro/actions/workflows/test-lang-perl.yml
-[test ruby]:       https://github.com/apache/avro/actions/workflows/test-lang-ruby.yml
-[test python]:     https://github.com/apache/avro/actions/workflows/test-lang-py.yml
-[test php]:        https://github.com/apache/avro/actions/workflows/test-lang-php.yml
-
-[rust continuous integration]: https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml
-[rust clippy check]:           https://github.com/apache/avro/actions/workflows/test-lang-rust-clippy.yml
-[rust security audit]:         https://github.com/apache/avro/actions/workflows/test-lang-rust-audit.yml
-
-[codeql c#]:         https://github.com/apache/avro/actions/workflows/codeql-csharp-analysis.yml
-[codeql java]:       https://github.com/apache/avro/actions/workflows/codeql-java-analysis.yml
-[codeql javascript]: https://github.com/apache/avro/actions/workflows/codeql-js-analysis.yml
-[codeql python]:     https://github.com/apache/avro/actions/workflows/codeql-py-analysis.yml
-
-[test c img]:          https://github.com/apache/avro/actions/workflows/test-lang-c.yml/badge.svg
-[test c# img]:         https://github.com/apache/avro/actions/workflows/test-lang-csharp.yml/badge.svg
-[test c++ img]:        https://github.com/apache/avro/actions/workflows/test-lang-c++.yml/badge.svg
-[test java img]:       https://github.com/apache/avro/actions/workflows/test-lang-java.yml/badge.svg
-[test javascript img]: https://github.com/apache/avro/actions/workflows/test-lang-js.yml/badge.svg
-[test perl img]:       https://github.com/apache/avro/actions/workflows/test-lang-perl.yml/badge.svg
-[test ruby img]:       https://github.com/apache/avro/actions/workflows/test-lang-ruby.yml/badge.svg
-[test python img]:     https://github.com/apache/avro/actions/workflows/test-lang-py.yml/badge.svg
-[test php img]:        https://github.com/apache/avro/actions/workflows/test-lang-php.yml/badge.svg
-
-[rust continuous integration img]: https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml/badge.svg
-[rust clippy check img]:           https://github.com/apache/avro/actions/workflows/test-lang-rust-clippy.yml/badge.svg
-[rust security audit img]:         https://github.com/apache/avro/actions/workflows/test-lang-rust-audit.yml/badge.svg
-
-[codeql c# img]:         https://github.com/apache/avro/actions/workflows/codeql-csharp-analysis.yml/badge.svg
-[codeql java img]:       https://github.com/apache/avro/actions/workflows/codeql-java-analysis.yml/badge.svg
-[codeql javascript img]: https://github.com/apache/avro/actions/workflows/codeql-js-analysis.yml/badge.svg
-[codeql python img]:     https://github.com/apache/avro/actions/workflows/codeql-py-analysis.yml/badge.svg
diff --git a/doc/package.json b/doc/package.json
index 960eee9..03b90c1 100644
--- a/doc/package.json
+++ b/doc/package.json
@@ -1,21 +1,4 @@
 {
-  "name": "tech-doc-hugo",
-  "version": "0.0.1",
-  "description": "Hugo theme for technical documentation.",
-  "main": "none.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/google/docsy-example.git"
-  },
-  "author": "",
-  "license": "ISC",
-  "bugs": {
-    "url": "https://github.com/google/docsy-example/issues"
-  },
-  "homepage": "https://github.com/google/docsy-example#readme",
   "devDependencies": {
     "autoprefixer": "^10.4.0",
     "postcss": "^8.3.7",