This is an automated email from the ASF dual-hosted git repository.
liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 2468ec5 SUBMARINE-839. Add tensorboard user guide on website
2468ec5 is described below
commit 2468ec50677ffc2e4ac8749c85a3e7c5044c2550
Author: Byron <[email protected]>
AuthorDate: Thu May 27 13:48:18 2021 +0800
SUBMARINE-839. Add tensorboard user guide on website
### What is this PR for?
The tensorboard documentation did not show up on website originally, so I
add it.
### What type of PR is it?
[Documentation]
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-839
### Screenshots (if appropriate)

### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: Byron <[email protected]>
Signed-off-by: Liu Xun <[email protected]>
Closes #592 from ByronHsu/TFDOC and squashes the following commits:
a880038 [Byron] add tfdoc
---
website/docs/userDocs/k8s/how-to-use-tensorboard.md | 6 ++++--
website/sidebars.js | 1 +
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/website/docs/userDocs/k8s/how-to-use-tensorboard.md
b/website/docs/userDocs/k8s/how-to-use-tensorboard.md
index 2931ee6..d5ef5cf 100644
--- a/website/docs/userDocs/k8s/how-to-use-tensorboard.md
+++ b/website/docs/userDocs/k8s/how-to-use-tensorboard.md
@@ -1,3 +1,7 @@
+---
+title: How to use tensorboard in Submarine
+---
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,8 +21,6 @@ specific language governing permissions and limitations
under the License.
-->
-# How to use tensorboard in submarine
-
## Write to LogDirs by the environment variable
### Environment variable
diff --git a/website/sidebars.js b/website/sidebars.js
index a596a3f..7a7ca4a 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -32,6 +32,7 @@ module.exports = {
"userDocs/k8s/run-experiment-template-rest",
"userDocs/k8s/run-pytorch-experiment-rest",
"userDocs/k8s/run-tensorflow-experiment-rest",
+ "userDocs/k8s/how-to-use-tensorboard",
],
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]