리소스 허브로
기술 문서 (프로토타입 버전)
Next Steps API
저장소의 docs/reference/NEXT-STEPS-API.md 와 동일한 원문입니다. 아래에서 Markdown과 HTML 변환 결과를 각각 복사할 수 있습니다.
공개 문서 원문 (Markdown)
# Notion API 자동 저장 — 다음 단계 (방법 A)
> 현재: `.env`·스크립트·출력 경로는 준비됨. **Notion에서 페이지 공유**만 하면 `pnpm run fetch-notion-ref` 로 자동 저장됩니다.
---
## 진행 상황
| 항목 | 상태 |
|------|------|
| `.env` (NOTION_TOKEN, NOTION_PAGE_ID_SAAS) | ✅ 설정됨 (`skoolchef-tutorial`과 동일 Notion Integration) |
| `pnpm run fetch-notion-ref` | ✅ 실행 가능 |
| 출력 경로 `docs/reference/notion-saas.md` | ✅ 준비됨 |
| **Notion SaaS 페이지를 Integration에 공유** | ❌ 미완 — **이 단계에서 404 발생** |
---
## 지금 할 일 (한 번만 하면 됨)
1. **Notion에서 SaaS 페이지 열기**
[https://www.notion.so/SaaS-32110791e8188192ae76ccedbdec0e81](https://www.notion.so/SaaS-32110791e8188192ae76ccedbdec0e81)
2. **Share로 Integration 초대**
- 우측 상단 **Share** 클릭
- **Invite** 또는 **초대**
- **Connections** 또는 **연결**에서 **skoolchef-tutorial**에서 쓰는 Notion Integration 선택
(또는 [Notion Integrations](https://www.notion.so/my-integrations) 에서 만든 Integration 이름으로 검색 후 선택)
- 초대 완료
3. **다시 추출 실행**
```bash
cd projects/saas-login-auth-checkout
pnpm run fetch-notion-ref
```
→ `docs/reference/notion-saas.md` 에 노션 내용이 저장됩니다.
---
공유까지 하신 뒤 위 명령만 다시 실행하시면 됩니다.
공개 문서 변환 코드 (HTML)
<h1>Notion API 자동 저장 — 다음 단계 (방법 A)</h1>
<blockquote>
<p>현재: <code>.env</code>·스크립트·출력 경로는 준비됨. <strong>Notion에서 페이지 공유</strong>만 하면 <code>pnpm run fetch-notion-ref</code> 로 자동 저장됩니다.</p>
</blockquote>
<hr>
<h2>진행 상황</h2>
<table>
<thead>
<tr>
<th>항목</th>
<th>상태</th>
</tr>
</thead>
<tbody><tr>
<td><code>.env</code> (NOTION_TOKEN, NOTION_PAGE_ID_SAAS)</td>
<td>✅ 설정됨 (<code>skoolchef-tutorial</code>과 동일 Notion Integration)</td>
</tr>
<tr>
<td><code>pnpm run fetch-notion-ref</code></td>
<td>✅ 실행 가능</td>
</tr>
<tr>
<td>출력 경로 <code>docs/reference/notion-saas.md</code></td>
<td>✅ 준비됨</td>
</tr>
<tr>
<td><strong>Notion SaaS 페이지를 Integration에 공유</strong></td>
<td>❌ 미완 — <strong>이 단계에서 404 발생</strong></td>
</tr>
</tbody></table>
<hr>
<h2>지금 할 일 (한 번만 하면 됨)</h2>
<ol>
<li><p><strong>Notion에서 SaaS 페이지 열기</strong><br><a href="https://www.notion.so/SaaS-32110791e8188192ae76ccedbdec0e81">https://www.notion.so/SaaS-32110791e8188192ae76ccedbdec0e81</a></p>
</li>
<li><p><strong>Share로 Integration 초대</strong> </p>
<ul>
<li>우측 상단 <strong>Share</strong> 클릭 </li>
<li><strong>Invite</strong> 또는 <strong>초대</strong> </li>
<li><strong>Connections</strong> 또는 <strong>연결</strong>에서 <strong>skoolchef-tutorial</strong>에서 쓰는 Notion Integration 선택<br>(또는 <a href="https://www.notion.so/my-integrations">Notion Integrations</a> 에서 만든 Integration 이름으로 검색 후 선택) </li>
<li>초대 완료</li>
</ul>
</li>
<li><p><strong>다시 추출 실행</strong> </p>
<pre><code class="language-bash">cd projects/saas-login-auth-checkout
pnpm run fetch-notion-ref
</code></pre>
<p>→ <code>docs/reference/notion-saas.md</code> 에 노션 내용이 저장됩니다.</p>
</li>
</ol>
<hr>
<p>공유까지 하신 뒤 위 명령만 다시 실행하시면 됩니다.</p>