> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 곧 출시 예정

> SQD 한국어 문서가 곧 출시될 예정입니다. 그동안 Portal API와 Squid SDK, Pipes SDK를 활용한 블록체인 인덱서 구축, SQD Cloud 호스팅, 네트워크 참여에 관한 영어 문서 전체를 자유롭게 이용하실 수 있습니다.

<div className="flex flex-col items-center justify-center min-h-[60vh] text-center px-4">
  <div className="mb-8">
    <svg className="w-24 h-24 mx-auto text-gray-400 dark:text-gray-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
      <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
    </svg>
  </div>

  {" "}

  <h1 className="text-4xl font-bold text-gray-900 dark:text-white mb-4">
    곧 출시 예정
  </h1>

  {" "}

  <p className="text-xl text-gray-600 dark:text-gray-400 mb-8 max-w-2xl">
    한국어 문서가 곧 제공될 예정입니다. 그동안 영어로 된 전체 문서를 이용하실 수
    있습니다.
  </p>

  <div className="flex justify-center">
    <a href="/en/home" className="inline-flex items-center px-8 py-4 bg-gradient-to-r from-[#1118CC] to-[#294496] hover:from-[#2121EE] hover:to-[#3a5bb3] text-white font-semibold rounded-lg shadow-lg hover:shadow-xl transition-all duration-300">
      영문 문서 보기

      <svg className="w-5 h-5 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
        <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
      </svg>
    </a>
  </div>
</div>
