Dev Roar Lab API Documentation - v1.6.0
    Preparing search index...

    Variable siteMetadataConst

    siteMetadata: {
        ja: {
            title: "Dev Roar Lab";
            description: "Dev Roar Labのポートフォリオサイト。AWSとPythonを中心としたフルスタックエンジニアの技術ブログとプロジェクト紹介。";
            keywords: readonly [
                "フルスタックエンジニア",
                "AWS",
                "Python",
                "TypeScript",
                "React",
                "Next.js",
                "クラウドインフラ",
                "技術ブログ",
                "ポートフォリオ",
            ];
        };
        en: {
            title: "Dev Roar Lab";
            description: "Portfolio site of Dev Roar Lab. Full-stack engineer specializing in AWS and Python. Technical blog and project showcase.";
            keywords: readonly [
                "Full Stack Engineer",
                "AWS",
                "Python",
                "TypeScript",
                "React",
                "Next.js",
                "Cloud Infrastructure",
                "Tech Blog",
                "Portfolio",
            ];
        };
    } = ...

    Type Declaration

    • Readonlyja: {
          title: "Dev Roar Lab";
          description: "Dev Roar Labのポートフォリオサイト。AWSとPythonを中心としたフルスタックエンジニアの技術ブログとプロジェクト紹介。";
          keywords: readonly [
              "フルスタックエンジニア",
              "AWS",
              "Python",
              "TypeScript",
              "React",
              "Next.js",
              "クラウドインフラ",
              "技術ブログ",
              "ポートフォリオ",
          ];
      }
    • Readonlyen: {
          title: "Dev Roar Lab";
          description: "Portfolio site of Dev Roar Lab. Full-stack engineer specializing in AWS and Python. Technical blog and project showcase.";
          keywords: readonly [
              "Full Stack Engineer",
              "AWS",
              "Python",
              "TypeScript",
              "React",
              "Next.js",
              "Cloud Infrastructure",
              "Tech Blog",
              "Portfolio",
          ];
      }