並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 20 件 / 20件

新着順 人気順

Documentationの検索結果1 - 20 件 / 20件

  • Pythonプログラミング入門 — Pythonプログラミング入門 documentation

    • Pythonプログラミング入門 — Pythonプログラミング入門 documentation

      Pythonプログラミング入門¶ ▲で始まる項目は授業では扱いません。興味にしたがって学習してください。 ノートブック全体に▲が付いているものもありますので注意してください。

      • e コマース サイトの URL 構造ベスト プラクティス | Google 検索セントラル  |  Documentation  |  Google for Developers

        LinkedIn アカウントを開設しました: Google 検索でサイトを見つけやすくするためのニュースやリソースについては、LinkedIn アカウントをフォローしてください。 e コマースサイトの URL 構造を設計する Google が e コマースサイトのウェブページを効率的に発見して取得できるように、URL を適切に設計してください。お客様が URL の構造を管理されている場合には(たとえば、独自のサイトをゼロから構築されているなど)、このガイドを参考にして URL 構造を決定すると、Google が e コマースサイトをインデックス登録する際の問題を回避できます。 URL 構造が重要である理由 URL 構造の設計が適切であれば、Google はサイトをクロールしやすく、インデックス登録もしやすくなります。URL 構造に不十分な点があれば、以下の問題が発生する可能性があります。

          e コマース サイトの URL 構造ベスト プラクティス | Google 検索セントラル  |  Documentation  |  Google for Developers
        • DeepWiki | AI documentation you can talk to, for every repo

          A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

            DeepWiki | AI documentation you can talk to, for every repo
          • Secrets from the Algorithm: Google Search’s Internal Engineering Documentation Has Leaked

            Watch Our Google Algorithm Leak Webinar Replay Google, if you’re reading this, it’s too late. Ok. Cracks knuckles. Let’s get right to the Google algorithm leak. Internal documentation for Google Search’s Content Warehouse API has been discovered. Google’s internal microservices appear to mirror what Google Cloud Platform offers and the internal version of documentation for the deprecated Document

              Secrets from the Algorithm: Google Search’s Internal Engineering Documentation Has Leaked
            • Pythonプログラミング入門 — Pythonプログラミング入門 documentation

              Pythonプログラミング入門¶ ▲で始まる項目は授業では扱いません。興味にしたがって学習してください。 ノートブック全体に▲が付いているものもありますので注意してください。

              • 明日から始める持続可能なドキュメンテーション戦略 / Sustainable Documentation Strategies: Documentation as a Product

                2024-07-09 Platform Engineering Kaigi 2024 https://www.cnia.io/pek2024/

                  明日から始める持続可能なドキュメンテーション戦略 / Sustainable Documentation Strategies: Documentation as a Product
                • Documentation as Codeで継続的なドキュメント運用を実現する / July Tech Festa 2021 winter

                  July Tech Festa 2021 winter [D-5] https://techfesta.connpass.com/event/193966/

                    Documentation as Codeで継続的なドキュメント運用を実現する / July Tech Festa 2021 winter
                  • DocsBot AI - Custom chatbots from your documentation

                    Instant AI Answers from your DocsCustom ChatGPT for your businessGet instant answers for you, your customers, or your team with custom AI ChatGPT chatbots trained with your content and documentation. Save money and improve the support experience for your customers, the productivity of your team, and generate new content with existing knowledge of your business!

                      DocsBot AI - Custom chatbots from your documentation
                    • 目的に沿ったDocumentation as Codeをいかにして実現していくか / PHPerKaigi 2021

                      https://fortee.jp/phperkaigi-2021/proposal/42ce8b07-6972-42bb-a2ac-96af7249cfa4 あるシステムを理解して開発を開始するとき、必要なのはInfrastructure as Codeを含むソースコードだけでは大抵の場合は不十…

                        目的に沿ったDocumentation as Codeをいかにして実現していくか / PHPerKaigi 2021
                      • AWS の MCP が公開されたので AWS Documentation MCP Server を使ってみたメモ✍ - 継続は力なり

                        タダです. 今週の X で盛り上がっていた AWS から MCP リリースがありました.早速使ってみます. github.com 2025年4月6日時点の提供されている MCP サーバー 記事執筆時点で提供されている MCP サーバーは以下のものになります.この記事では AWS Documentation MCP Server を試しに使ってみます. Core MCP Server Amazon Bedrock Knowledge Bases Retrieval MCP Server AWS CDK MCP Server Cost Analysis MCP Server Amazon Nova Canvas MCP Server AWS Documentation MCP Server AWS Documentation MCP Server とは この MCP サーバーはAWS ドキュメ

                          AWS の MCP が公開されたので AWS Documentation MCP Server を使ってみたメモ✍ - 継続は力なり
                        • ヒューマンインターフェイスガイドライン | Apple Developer Documentation

                          「ヒューマンインターフェイスガイドライン」には、どのAppleプラットフォームでも優れた体験を設計できるようにするためのガイドとベストプラクティスが含まれています。

                            ヒューマンインターフェイスガイドライン | Apple Developer Documentation
                          • Tests as Documentation - たにしきんぐダム

                            production code の設計についてはよく議論される一方、ユニットテストをどう書くべきかについてはあまり議論されることが少なく。とにかくカバレッジが高ければヨシみたいな感じで軽く扱われていることが多い気がする。 その結果、テストを書くときやとりわけテストを追加するときに "良くない" 方法でテストを追加/拡張してしまい、メンテナンスしにくく壊れやすい・(未来の自分でも)読んでも何を検証しているのか分からない、テストが落ちても不安だけを煽り何が問題なのか分からない、技術的負債が誕生してしまう。 詳しいことは本 ( XUnit Test Patterns など? 詳しい人は僕に紹介してください)を読んだりチームメンバーと議論するのが良いと思うが、この記事を読んでテストの書き方に対する意識を啓発できたらなと思っている。 理想を述べるのは簡単だけど現実は大変、頑張ろう introduct

                              Tests as Documentation - たにしきんぐダム
                            • GitHub - mintlify/writer: ✍️ AI powered documentation writer

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - mintlify/writer: ✍️ AI powered documentation writer
                              • Mintlify — The documentation you want, effortlessly

                                Meet the next generation of documentation. AI-native, beautiful out-of-the-box, and built for developers.

                                  Mintlify — The documentation you want, effortlessly
                                • D2 Tour | D2 Documentation

                                  D2 is a diagram scripting language that turns text to diagrams. It stands for Declarative Diagramming. Declarative, as in, you describe what you want diagrammed, it generates the image. For example, download the CLI, create a file named input.d2, copy paste the following, run this command, and you get the image below. NETWORKUSERAPI SERVERLOGSCELL TOWERONLINE PORTALDATA PROCESSORSATELLITESTRANSMIT

                                    D2 Tour | D2 Documentation
                                  • AWS Documentation MCP Server でAWSのFAQアシスタントを作成する - Taste of Tech Topics

                                    はじめに データ分析エンジニアの木介です。 AWSの公式ドキュメントで欲しい情報を探そうとしても、なかなか目的のページが見つからなかったりすることってありませんか? AWSから「AWS Documentation MCP Server」が公開されたため、本記事では、それを利用して、最新のAWSドキュメントに基づき、質問に回答してくれるFAQアシスタントの作成方法について紹介したいと思います。 MCP Serverの呼び出しには、Claude Desktop および dolphin-mcp を利用します。 github.com はじめに 概要 1. MCPとは MCPのしくみ 2. AWS Documentation MCP Serverとは Claude Desktop経由でAWS ドキュメントのFAQアシスタントを作成する dolphin-mcpでAWS ドキュメントのFAQアシスタント

                                      AWS Documentation MCP Server でAWSのFAQアシスタントを作成する - Taste of Tech Topics
                                    • GitHub - docuowl/docuowl: 🦉 A documentation generator

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - docuowl/docuowl: 🦉 A documentation generator
                                      • Syntax - Tailwind CSS Documentation Template

                                        Syntax is a beautiful documentation template built with Tailwind CSS and Next.js, designed and built by the Tailwind CSS team. Powered by Markdoc, the new Markdown-based authoring framework from Stripe, it's now easier than ever to focus on writing great documentation, instead of the tooling around it. It’s production-ready and easy to customize, making it the perfect starting point for your own d

                                          Syntax - Tailwind CSS Documentation Template
                                        • The future of tbls and "Documentation as Code" / phpconfuk 2023

                                          https://fortee.jp/phpconfukuoka-2023/proposal/df1faefa-056a-493a-87d3-45934e96ea8c

                                            The future of tbls and "Documentation as Code" / phpconfuk 2023
                                          1