Skip to content

サーバレス実装ガイドの内容充実とセットアップ手順の改善#237

Open
SasakiTakatsugu wants to merge 2 commits intomainfrom
feature/update-serverless-implementation-guide
Open

サーバレス実装ガイドの内容充実とセットアップ手順の改善#237
SasakiTakatsugu wants to merge 2 commits intomainfrom
feature/update-serverless-implementation-guide

Conversation

@SasakiTakatsugu
Copy link
Contributor

Check List

  • 画像の追加・変更を行っている場合、wikiに記載している ルールに準拠していることを確認した

サーバレスサンプルアプリを作成し、それに合わせてページ内容を変更しました。
フロント
https://github.com/saasus-platform/implementation-sample-front-react-serverless
バックエンド
https://github.com/saasus-platform/implementation-sample-api-lambda

変更ページ

  • 第VI部:開発ドキュメント > 実装ガイド > SaaSus Platformを使った実装(サーバレス)

  • 変更前

image
  • 変更後
image

@SasakiTakatsugu SasakiTakatsugu self-assigned this Oct 24, 2025
@SasakiTakatsugu SasakiTakatsugu added the documentation Improvements or additions to documentation label Oct 24, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enhances the serverless implementation guide with comprehensive content and detailed setup instructions. The documentation now includes complete implementation examples for a serverless SaaS application using SaaSus Platform, with links to new sample repositories for both frontend (React) and backend (Lambda).

Key Changes:

  • Added detailed screen and feature descriptions with direct links to implementation files
  • Expanded backend API implementation examples with complete, production-ready code
  • Added comprehensive setup instructions covering prerequisites, deployment, and verification

Reviewed Changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.

File Description
versioned_docs/version-1.11/part-6/implementation-guide/implementing-authentication-using-saasus-serverless.md English documentation updated with complete implementation guide and setup instructions
i18n/ja/docusaurus-plugin-content-docs/version-1.11/part-6/implementation-guide/implementing-authentication-using-saasus-serverless.md Japanese version 1.11 documentation updated with same enhancements
i18n/ja/docusaurus-plugin-content-docs/current/part-6/implementation-guide/implementing-authentication-using-saasus-serverless.md Japanese current version documentation updated with same enhancements
docs/part-6/implementation-guide/implementing-authentication-using-saasus-serverless.md English current version documentation updated with same enhancements

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +269 to +271
a. Create a tenant
b. Link the logged-in user to the created tenant
c. Set the logged-in user as the administrator of the tenant
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The list items use trailing double spaces for line breaks in Markdown, but this is inconsistent with the rest of the document which uses list formatting. Consider using proper Markdown list syntax without trailing spaces for better readability and maintainability.

Suggested change
a. Create a tenant
b. Link the logged-in user to the created tenant
c. Set the logged-in user as the administrator of the tenant
1. Create a tenant
2. Link the logged-in user to the created tenant
3. Set the logged-in user as the administrator of the tenant

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

日本語ページのa,b,cと合わせているので対応しない。

@SasakiTakatsugu
Copy link
Contributor Author

この内容に紐づくサンプルアプリに不具合があったのでマージしないでください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant