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

fokko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


    from b97e42c10 Bump syn from 2.0.74 to 2.0.75 in /lang/rust (#3107)
     add c1b6955cb Build website through Github Actions (#3092)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/deploy-docs.yml                  |   80 ++
 .gitmodules                                        |    3 -
 doc/.gitignore                                     |    1 -
 doc/Dockerfile                                     |   22 -
 doc/README.md                                      |   38 +-
 doc/config.toml                                    |   21 +-
 doc/content/en/_index.html                         |    2 +-
 doc/content/en/_index.md                           |   40 +
 .../en/blog/releases/avro-1.12.0-released.md       |  538 ++++++++++
 .../Getting started (Java)/_index.md               |    0
 .../Getting started (Python)/_index.md             |    0
 .../{++version++ => 1.12.0}/IDL Language/_index.md |    0
 .../MapReduce guide/_index.md                      |    0
 .../{++version++ => 1.12.0}/SASL profile/_index.md |    0
 .../Specification/_index.md                        |    0
 .../en/docs/{++version++ => 1.12.0}/_index.md      |    4 +-
 .../en/docs/{++version++ => 1.12.0}/api-c++.md     |    4 +-
 .../en/docs/{++version++ => 1.12.0}/api-c.md       |    4 +-
 .../en/docs/{++version++ => 1.12.0}/api-csharp.md  |    4 +-
 .../en/docs/{++version++ => 1.12.0}/api-java.md    |    4 +-
 .../en/docs/{++version++ => 1.12.0}/api-py.md      |    4 +-
 .../en/docs/1.12.0/trevni/css/maven-base.css       |  168 +++
 .../en/docs/1.12.0/trevni/css/maven-theme.css      |  161 +++
 .../content/en/docs/1.12.0/trevni/css/print.css    |   21 +-
 doc/content/en/docs/1.12.0/trevni/css/site.css     |    1 +
 .../en/docs/1.12.0/trevni/dependencies.html        |  503 +++++++++
 .../docs/1.12.0/trevni/dependency-convergence.html |  339 ++++++
 .../en/docs/1.12.0/trevni/dependency-info.html     |  118 +++
 .../docs/1.12.0/trevni/dependency-management.html  |  613 +++++++++++
 .../1.12.0/trevni/distribution-management.html     |   94 ++
 doc/content/en/docs/1.12.0/trevni/images/close.gif |  Bin 0 -> 279 bytes
 .../en/docs/1.12.0/trevni/images/collapsed.gif     |  Bin 0 -> 53 bytes
 .../en/docs/1.12.0/trevni/images/expanded.gif      |  Bin 0 -> 52 bytes
 .../en/docs/1.12.0/trevni/images/external.png      |  Bin 0 -> 230 bytes
 .../docs/1.12.0/trevni/images/icon_error_sml.gif   |  Bin 0 -> 1010 bytes
 .../en/docs/1.12.0/trevni/images/icon_info_sml.gif |  Bin 0 -> 606 bytes
 .../docs/1.12.0/trevni/images/icon_success_sml.gif |  Bin 0 -> 990 bytes
 .../docs/1.12.0/trevni/images/icon_warning_sml.gif |  Bin 0 -> 576 bytes
 .../trevni/images/logos/build-by-maven-black.png   |  Bin 0 -> 2294 bytes
 .../trevni/images/logos/build-by-maven-white.png   |  Bin 0 -> 2260 bytes
 .../1.12.0/trevni/images/logos/maven-feather.png   |  Bin 0 -> 3330 bytes
 .../en/docs/1.12.0/trevni/images/newwindow.png     |  Bin 0 -> 220 bytes
 doc/content/en/docs/1.12.0/trevni/index.html       |  107 ++
 .../en/docs/1.12.0/trevni/issue-management.html    |   96 ++
 .../content/en/docs/1.12.0/trevni/licenses.html    |  204 ++--
 .../en/docs/1.12.0/trevni/mailing-lists.html       |  117 +++
 doc/content/en/docs/1.12.0/trevni/modules.html     |  105 ++
 .../en/docs/1.12.0/trevni/plugin-management.html   |  244 +++++
 doc/content/en/docs/1.12.0/trevni/plugins.html     |  158 +++
 .../en/docs/1.12.0/trevni/project-info.html        |  139 +++
 doc/content/en/docs/1.12.0/trevni/scm.html         |  106 ++
 doc/content/en/docs/1.12.0/trevni/summary.html     |  133 +++
 doc/content/en/docs/_index.md                      |    2 -
 doc/docker-compose.yaml                            |   32 -
 lang/rust/avro/tests/uuids.rs => doc/go.mod        |   14 +-
 doc/go.sum                                         |    6 +
 doc/layouts/partials/navbar-asf-links.html         |   16 +-
 doc/layouts/partials/navbar-docs-selector.html     |   16 +-
 doc/layouts/partials/navbar.html                   |    3 -
 doc/layouts/project/list.html                      |    6 +-
 doc/package-lock.json                              | 1097 ++++++++++++++++++++
 doc/themes/docsy                                   |    1 -
 pom.xml                                            |    2 +
 63 files changed, 5167 insertions(+), 224 deletions(-)
 create mode 100644 .github/workflows/deploy-docs.yml
 delete mode 100644 .gitmodules
 delete mode 100644 doc/Dockerfile
 create mode 100644 doc/content/en/_index.md
 create mode 100755 doc/content/en/blog/releases/avro-1.12.0-released.md
 copy doc/content/en/docs/{++version++ => 1.12.0}/Getting started 
(Java)/_index.md (100%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/Getting started 
(Python)/_index.md (100%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/IDL Language/_index.md (100%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/MapReduce guide/_index.md 
(100%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/SASL profile/_index.md (100%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/Specification/_index.md (100%)
 mode change 100755 => 100644
 copy doc/content/en/docs/{++version++ => 1.12.0}/_index.md (97%)
 mode change 100755 => 100644
 copy doc/content/en/docs/{++version++ => 1.12.0}/api-c++.md (86%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/api-c.md (87%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/api-csharp.md (85%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/api-java.md (88%)
 copy doc/content/en/docs/{++version++ => 1.12.0}/api-py.md (86%)
 create mode 100644 doc/content/en/docs/1.12.0/trevni/css/maven-base.css
 create mode 100644 doc/content/en/docs/1.12.0/trevni/css/maven-theme.css
 copy lang/java/mapred/src/main/java/org/apache/avro/mapreduce/Syncable.java => 
doc/content/en/docs/1.12.0/trevni/css/print.css (63%)
 create mode 100644 doc/content/en/docs/1.12.0/trevni/css/site.css
 create mode 100644 doc/content/en/docs/1.12.0/trevni/dependencies.html
 create mode 100644 
doc/content/en/docs/1.12.0/trevni/dependency-convergence.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/dependency-info.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/dependency-management.html
 create mode 100644 
doc/content/en/docs/1.12.0/trevni/distribution-management.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/images/close.gif
 create mode 100644 doc/content/en/docs/1.12.0/trevni/images/collapsed.gif
 create mode 100644 doc/content/en/docs/1.12.0/trevni/images/expanded.gif
 create mode 100644 doc/content/en/docs/1.12.0/trevni/images/external.png
 create mode 100644 doc/content/en/docs/1.12.0/trevni/images/icon_error_sml.gif
 create mode 100644 doc/content/en/docs/1.12.0/trevni/images/icon_info_sml.gif
 create mode 100644 
doc/content/en/docs/1.12.0/trevni/images/icon_success_sml.gif
 create mode 100644 
doc/content/en/docs/1.12.0/trevni/images/icon_warning_sml.gif
 create mode 100644 
doc/content/en/docs/1.12.0/trevni/images/logos/build-by-maven-black.png
 create mode 100644 
doc/content/en/docs/1.12.0/trevni/images/logos/build-by-maven-white.png
 create mode 100644 
doc/content/en/docs/1.12.0/trevni/images/logos/maven-feather.png
 create mode 100644 doc/content/en/docs/1.12.0/trevni/images/newwindow.png
 create mode 100644 doc/content/en/docs/1.12.0/trevni/index.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/issue-management.html
 copy lang/c/LICENSE => doc/content/en/docs/1.12.0/trevni/licenses.html (62%)
 create mode 100644 doc/content/en/docs/1.12.0/trevni/mailing-lists.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/modules.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/plugin-management.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/plugins.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/project-info.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/scm.html
 create mode 100644 doc/content/en/docs/1.12.0/trevni/summary.html
 delete mode 100644 doc/docker-compose.yaml
 copy lang/rust/avro/tests/uuids.rs => doc/go.mod (77%)
 create mode 100644 doc/go.sum
 create mode 100644 doc/package-lock.json
 delete mode 160000 doc/themes/docsy

Reply via email to