Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: ''
site_url: https://tensorflow.org
repo_url: https://github.com/tensorflow/java
site_description: Documentation of TensorFlow Java API and tools.
copyright: "© TensorFlow Authors 2025"
copyright: "© TensorFlow Authors 2026"

theme:
name: material
Expand Down Expand Up @@ -45,5 +45,5 @@ nav:
- index.md
- Install:
- install.md
- References:
- apidocs/index.html
- API Reference:
- references.md
Loading