SpreadSheet: GEM側のスプレッドシートビューのドキュメントの初期作成 - #81
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Developer Guide に「スプレッドシートビュー(GEM側)」の章を新設し、機能の概要と AdminConsole で設定可能な項目を紹介するための初期ドキュメントを追加するPRです。
Changes:
- Developer Guide の目次に「スプレッドシートビュー」への導線を追加
- スプレッドシートビューのトップページ(概要)を新規作成
- 機能説明と AdminConsole で設定できる項目の箇条書きページを新規作成
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| developerguide/src/docs/asciidoc/spreadsheet/index.adoc | スプレッドシートビュー章の入口(概要)を新規追加 |
| developerguide/src/docs/asciidoc/spreadsheet/about.adoc | 機能の詳細説明と設定項目の列挙を新規追加 |
| developerguide/src/docs/asciidoc/index.adoc | Developer Guide の目次にスプレッドシートビュー章を追加 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
カスタム機能の記述を現時点で除外 / 文章の微調整
Removed detailed sections about spreadsheet operations including editing cells, adding/removing rows, copying/pasting, and file export.
Removed the section on creating a spreadsheet and its related settings, including common settings, grid options, feature flags, column definitions, editors, and filter items.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
GEMに Spreadsheet を追加する。
またその先で概要提示と、操作説明や管理(今後展開予定)を提示。
動作確認
iplass-docs-internal で gradlew で生成されたhtmlの該当部分を確認
関連情報