Skip to content

Commit cb83c9d

Browse files
authored
docs(FR-781): add start page guide docs (#101)
resolves FR-781 ### Add the start page section of the WebUI User Guide [Backend.AI Web-UI User Guide (en) - start page.pdf](https://github.com/user-attachments/files/19642885/Backend.AI.Web-UI.User.Guide.en.-.start.page.pdf) [Backend.AI Web-UI User Guide (ko) - start page.pdf](https://github.com/user-attachments/files/19642988/Backend.AI.Web-UI.User.Guide.ko.-.start.page.pdf)
1 parent 8628537 commit cb83c9d

File tree

5 files changed

+66
-1
lines changed

5 files changed

+66
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The latest versions of this document can be found from sites below:
2525
overview/overview
2626
installation/installation
2727
login/login
28+
start/start
2829
summary/summary
2930
sessions_all/sessions_all
3031
model_serving/model_serving
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2025, Lablup Inc.
3+
# This file is distributed under the same license as the Backend.AI WebUI
4+
# User Guide package.
5+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2025.
6+
#
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Backend.AI WebUI User Guide\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-04-10 14:08+0900\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: SungChul Hong <sungchul@lablup.com>\n"
14+
"Language: ko\n"
15+
"Language-Team: ko <LL@li.org>\n"
16+
"Plural-Forms: nplurals=1; plural=0;\n"
17+
"MIME-Version: 1.0\n"
18+
"Content-Type: text/plain; charset=utf-8\n"
19+
"Content-Transfer-Encoding: 8bit\n"
20+
"Generated-By: Babel 2.14.0\n"
21+
22+
#: ../../start/start.rst:3
23+
msgid "Start Page"
24+
msgstr "시작 페이지"
25+
26+
#: ../../start/start.rst:5
27+
msgid ""
28+
"On the Start page, users can quickly access frequently used WebUI "
29+
"features. Currently, shortcuts are available for :ref:`creating storage "
30+
"folders <create_storage_folder>`, :ref:`launching interactive or batch "
31+
"session <create_session>`, and :ref:`creating model service <model-"
32+
"serving>`."
33+
msgstr ""
34+
"시작 페이지에서는 자주 사용되는 기능에 대한 바로가기를 제공합니다. 현재는 :ref:`스토리지 폴더 생성 "
35+
"<create_storage_folder>`, :ref:`Interactive/Batch 세션 생성 "
36+
"<create_session>`, :ref:`모델 서비스 생성 <model-serving>` 기능이 제공됩니다."
37+
38+
#: ../../start/start.rst:-1
39+
msgid "Start page"
40+
msgstr ""
41+
42+
#: ../../start/start.rst:14
43+
msgid ""
44+
"Depending on the server configuration, the model service feature may not "
45+
"be available. If you want to use model service feature, please contact "
46+
"your system administrator."
47+
msgstr ""
48+
"서버 설치 및 설정 환경에 따라, 모델 서비스 기능이 비활성화되어 있을 수 있습니다. 모델 서비스 사용을 원하시는 경우, 시스템 "
49+
"관리자에게 문의하십시오."
50+

docs/start/start.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
============
2+
Start Page
3+
============
4+
5+
On the Start page, users can quickly access frequently used WebUI features.
6+
Currently, shortcuts are available for :ref:`creating storage folders <create_storage_folder>`, :ref:`launching interactive or batch session <create_session>`,
7+
and :ref:`creating model service <model-serving>`.
8+
9+
.. image:: start_page.png
10+
:align: center
11+
:alt: Start page
12+
13+
.. note::
14+
Depending on the server configuration, the model service feature may not be available. If you want to use model service
15+
feature, please contact your system administrator.

docs/start/start_page.png

201 KB
Loading

docs/summary/summary.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Summary Page
55
On the Summary page, users can check resource status and session usage, and
66
there are shortcut links to frequently used functions.
77

8-
98
Topbar
109
------
1110

0 commit comments

Comments
 (0)