Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- main
paths:
- "docs/**"
- ".github/workflows/sync-docs.yml"
Expand All @@ -23,6 +24,11 @@ jobs:
env:
DOCS_TOKEN: ${{ secrets.DOCS_SYNC_PAT || secrets.GH_PAT || secrets.GITHUB_TOKEN }}
run: |
if [ -z "$DOCS_TOKEN" ]; then
echo "::error::DOCS_SYNC_PAT or GITHUB_TOKEN is not configured."
exit 1
fi

git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"

Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/wiki-sync.yml

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![MongoDB](https://img.shields.io/badge/Database-MongoDB-47A248?style=flat-square&logo=mongodb)](https://www.mongodb.com/)
[![Tailwind CSS v4](https://img.shields.io/badge/Tailwind-CSS_v4-38B2AC?style=flat-square&logo=tailwind-css)](https://tailwindcss.com/)

[⚡ Quick Start](#-quick-start-1-command) • [🚀 Deploy on PaaS](#-1-click-paas-deployment) • [✨ Key Features](#-key-features) • [📖 Documentation](#-documentation--wiki) • [🛠️ Configuration](#%EF%B8%8F-configuration)
[⚡ Quick Start](#-quick-start-1-command) • [🚀 Deploy on PaaS](#-1-click-paas-deployment) • [✨ Key Features](#-key-features) • [📖 Documentation](#-documentation) • [🛠️ Configuration](#%EF%B8%8F-configuration)

</div>

Expand Down Expand Up @@ -139,10 +139,11 @@ This project follows an automated semantic CI/CD versioning lifecycle directly c

---

## 📖 Documentation & Wiki
## 📖 Documentation

Detailed guides are available in the [`/docs`](docs/) directory:
Comprehensive guides and interactive documentation are hosted on the **[Documentation Website](https://instagram-saved-posts.app/docs)** and maintained in the [`/docs`](docs/) directory as the single source of truth:

- 🌐 **[Interactive Documentation Website](https://instagram-saved-posts.app/docs)**
- 🔑 [How to Get Your Instagram Cookie](docs/getting-started/how-to-get-instagram-cookie.md)
- 🐳 [Docker Compose Deployment Guide](docs/deployment/docker-compose.md)
- 🟣 [Dokploy Self-Hosting Guide](docs/deployment/dokploy.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/coolify.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: "Deploy Instagram Saved Posts Tracker on Coolify PaaS with 1-click
3. Select **Docker Compose**.

### Step 2: Paste Configuration
Paste the contents of [`coolify-compose.yml`](../../coolify-compose.yml):
Paste the contents of [`coolify-compose.yml`](https://github.com/gitnasr/Instagram-Saved-Posts/blob/master/coolify-compose.yml):

```yaml
version: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/dokploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: "Deploy as a multi-service stack with automated Traefik SSL on Dokp
3. Click **Add Service** -> Select **Compose**.

### Step 2: Configure Compose Stack
1. In the Compose Configuration editor, paste the contents of [`dokploy-compose.yml`](../../dokploy-compose.yml):
1. In the Compose Configuration editor, paste the contents of [`dokploy-compose.yml`](https://github.com/gitnasr/Instagram-Saved-Posts/blob/master/dokploy-compose.yml):

```yaml
version: "3.8"
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Saved Posts Tracker addresses every one of these problems with a unified, self-h

## Next Steps

- Check out the [Quickstart Guide](/docs/quickstart) to deploy in 5 minutes.
- Learn about the [System Architecture](/docs/architecture).
- Check out the [Quickstart Guide](/docs/getting-started/quickstart) to deploy in 5 minutes.
- Learn about the [System Architecture](/docs/architecture/system-overview).
---

## 🗺️ Documentation Index
Expand Down
43 changes: 0 additions & 43 deletions wiki/Backup-and-Database-Migration.md

This file was deleted.

52 changes: 0 additions & 52 deletions wiki/Cloudinary-Permanent-Media-CDN.md

This file was deleted.

68 changes: 0 additions & 68 deletions wiki/Coolify-Self-Hosting-Guide.md

This file was deleted.

94 changes: 0 additions & 94 deletions wiki/Docker-Compose-Deployment.md

This file was deleted.

Loading
Loading