-
Notifications
You must be signed in to change notification settings - Fork 3
Update FlexConfirmMail for Outlook #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update FlexConfirmMail for Outlook #7
Conversation
yoshimotoyuk
commented
Jun 19, 2025
- TOPページ改修
- 動画埋め込み ←Sphinxの拡張が足りない可能性
- indexのグローバルメニューを生成済みindexファイルでいじったものの、これでいいのか不明
- サービスページ追加
- 機能ページ追加
- 不要なファイルの削除
- howto,quickstart のrstファイル
- 一部画像
Service explanation page
Delete old pages
adjust top page
add new feature page
add YouTube Link
|
||
.. raw:: html | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/ctyd4hBshiU?si=9iPuDWeVOp90mwiw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<iframe width="560" height="315" src="https://www.youtube.com/embed/ctyd4hBshiU?si=9iPuDWeVOp90mwiw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | |
<iframe width="560" height="315" src="https://www.youtube.com/embed/ctyd4hBshiU?si=9iPuDWeVOp90mwiw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
インデントがなかったのでrawディレクティブの対象外になっていました。これでインデントを入れることでrawディレクティブの対象になって直接htmlが埋め込まれて動画が埋め込まれるはずです。
ビルドすると以下の警告が出ていました。quickstart.rstはどこからも参照されていないので、削除できそうです。
|