SpreadSheet: MDC側のスプレッドシートビューのドキュメントの初期作成#85
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
MDC(Material Design Components)向けに、Spreadsheetビューのドキュメント導線を追加し、概要ページおよび操作説明・管理章の雛形を配置するPRです。既存のMDCドキュメント構成(index + include分割)に沿ってSpreadsheet章を追加しています。
Changes:
materialdesigncomponents/index.adocに Spreadsheet 章へのリンクと概要説明を追加materialdesigncomponents/spreadsheet/index.adocを新規作成し、Spreadsheet概要と下位章の include を追加operationguide.adoc/setting.adocを新規作成し、章見出しと追記予定プレースホルダを追加
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| developerguide/src/docs/asciidoc/materialdesigncomponents/spreadsheet/setting.adoc | Spreadsheetの管理章(雛形)を追加 |
| developerguide/src/docs/asciidoc/materialdesigncomponents/spreadsheet/operationguide.adoc | 操作説明章(雛形)を追加 |
| developerguide/src/docs/asciidoc/materialdesigncomponents/spreadsheet/index.adoc | MDC Spreadsheet の概要ページと include 構成を追加 |
| developerguide/src/docs/asciidoc/materialdesigncomponents/index.adoc | MDCトップの目次に Spreadsheet を追加 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
HiguchiKiyoshi
approved these changes
Jun 24, 2026
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.
概要
MDCに Spreadsheet を追加する。
またその先で概要提示と、操作説明や管理(今後展開予定)を提示。
動作確認
iplass-docs-internal で gradlew で生成されたhtmlの該当部分を確認
関連情報