Skip to content
Draft
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
32 changes: 14 additions & 18 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- add-docs-portal
paths:
- docs/**
permissions:
Expand All @@ -12,22 +11,19 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
node-version: 20
cache: npm
cache-dependency-path: docs/package-lock.json
- run: npm ci
working-directory: docs
- run: npm run build
working-directory: docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install "mkdocs-material[imaging]"
- run: pip install mkdocs-glightbox
- run: mkdocs gh-deploy -f docs/mkdocs.yml --force
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build
cname: qodo-merge-docs.qodo.ai
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ dist/
build/
.DS_Store
docs/.cache/
docs/node_modules/
docs/build/
docs/.docusaurus/
.qodo
poetry.lock
Binary file added docs-screenshots/core-abilities-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/core-abilities-tickets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/dark-mode-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/faq-data-privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/faq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/get-started-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/get-started-introduction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/get-started-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/tools-improve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/tools-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-screenshots/tools-review.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/docs/.gitbook.yaml

This file was deleted.

7 changes: 6 additions & 1 deletion docs/docs/core-abilities/compression_strategy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: "Compression Strategy"
sidebar_position: 2
---


`Supported Git Platforms: GitHub, GitLab, Bitbucket`

Expand Down Expand Up @@ -54,4 +59,4 @@ We use [tiktoken](https://github.com/openai/tiktoken) to tokenize the patches af

#### Example

![Core Abilities](https://codium.ai/images/git_patch_logic.png){width=768}
<img src="https://codium.ai/images/git_patch_logic.png" alt="Core Abilities" width="768" />
5 changes: 5 additions & 0 deletions docs/docs/core-abilities/dynamic_context.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: "Dynamic Context"
sidebar_position: 3
---


`Supported Git Platforms: GitHub, GitLab, Bitbucket`

Expand Down
Loading
Loading