diff --git a/.cache/plugin/social/0db4f3a51dff6c752dfbdb8872f5020f.png b/.cache/plugin/social/0db4f3a51dff6c752dfbdb8872f5020f.png new file mode 100644 index 0000000..26d4325 Binary files /dev/null and b/.cache/plugin/social/0db4f3a51dff6c752dfbdb8872f5020f.png differ diff --git a/.cache/plugin/social/813d33f5ffa12dd92c91495a55781667.png b/.cache/plugin/social/813d33f5ffa12dd92c91495a55781667.png new file mode 100644 index 0000000..61e076d Binary files /dev/null and b/.cache/plugin/social/813d33f5ffa12dd92c91495a55781667.png differ diff --git a/.cache/plugin/social/a3c85e9b98febd21cf1ba1efe9029cde.png b/.cache/plugin/social/a3c85e9b98febd21cf1ba1efe9029cde.png new file mode 100644 index 0000000..67f698b Binary files /dev/null and b/.cache/plugin/social/a3c85e9b98febd21cf1ba1efe9029cde.png differ diff --git a/.cache/plugin/social/aeefbe16200003f773d52bac7adbe564.png b/.cache/plugin/social/aeefbe16200003f773d52bac7adbe564.png new file mode 100644 index 0000000..6164091 Binary files /dev/null and b/.cache/plugin/social/aeefbe16200003f773d52bac7adbe564.png differ diff --git a/.cache/plugin/social/beb130e7b3429132d130212dfc1b1ac7.png b/.cache/plugin/social/beb130e7b3429132d130212dfc1b1ac7.png new file mode 100644 index 0000000..a0f298d Binary files /dev/null and b/.cache/plugin/social/beb130e7b3429132d130212dfc1b1ac7.png differ diff --git a/Untitled-1 b/Untitled-1 deleted file mode 100644 index c712c2f..0000000 --- a/Untitled-1 +++ /dev/null @@ -1,29 +0,0 @@ -name: ci -on: - push: - branches: - - master - - main -permissions: - contents: write -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - 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 - with: - python-version: 3.x - - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v4 - with: - key: mkdocs-material-${{ env.cache_id }} - path: .cache - restore-keys: | - mkdocs-material- - - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/docs/codiumate/index.md b/docs/codiumate/index.md index bee7758..5ffccd1 100644 --- a/docs/codiumate/index.md +++ b/docs/codiumate/index.md @@ -1,3 +1,3 @@ -# VSC Codiumate +# Codiumate **CodiumAI** analyzes your code and generates meaningful tests to catch bugs before you ship. With CodiumAI, you can easily and quickly create comprehensive test suites that help you ensure the reliability and correctness of your software. It supports all languages! \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index e58a021..b767c6b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,74 +1,27 @@ -# Introduction +# Welcome to CodiumAI -For full documentation visit [mkdocs.org](https://www.mkdocs.org). +At CodiumAI, we’re creating a new code integrity paradigm with the power of artificial and human intelligence. Our vision is to enable developers to build faster with zero bugs. -## Solutions - -* [PR-Agent](./alphcodium.md) - Create a new project. -* [VSC Codiumate](./alphcodium.md) - Start the live-reloading docs server. -* [JetBrains](./alphcodium.md) - Build the documentation site. -* [AlphaCodium](./alphcodium.md) - Print help message and exit. - -## Codeblocks - -Some `code` goes here. - -### Plain codeblock - -A plain codeblock: - -``` -Some code here -def myfunction() -// some comment -``` - -#### Code for a specific language +CodiumAI’s first tool is an IDE extension that interacts with the developer to generate meaningful tests and code explanations for busy devs.. -Some more code with the `py` at the start: - -``` py -import tensorflow as tf -def whatever() -``` - -#### With a title - -``` py title="bubble_sort.py" -def bubble_sort(items): - for i in range(len(items)): - for j in range(len(items) - 1 - i): - if items[j] > items[j + 1]: - items[j], items[j + 1] = items[j + 1], items[j] -``` - -#### With line numbers - -``` py linenums="1" -def bubble_sort(items): - for i in range(len(items)): - for j in range(len(items) - 1 - i): - if items[j] > items[j + 1]: - items[j], items[j + 1] = items[j + 1], items[j] -``` - -#### Highlighting lines - -``` py hl_lines="2 3" -def bubble_sort(items): - for i in range(len(items)): - for j in range(len(items) - 1 - i): - if items[j] > items[j + 1]: - items[j], items[j + 1] = items[j + 1], items[j] -``` +## Solutions -## Icons and Emojs +* [PR-Agent](pragent/index.md) - Open-source tool to help efficiently review and handle pull requests. +* [Codiumate](codiumate/index.md) - Analyze your code and generate meaningful tests to catch bugs before you ship. +* [AlphaCodium](alphacodium/index.md) - Our on-prem model for code generation and integrity. -:smile: +## Supported IDEs -:fontawesome-regular-face-laugh-wink: +* [VSCode](https://www.codium.ai/install/vs-code/){:target="_blank"} +* [IntelliJ](https://www.codium.ai/install/intellij/){:target="_blank"} +* [WebStorm](https://www.codium.ai/install/webstorm/){:target="_blank"} +* [CLion](https://www.codium.ai/install/clion/){:target="_blank"} +* [PyCharm](https://www.codium.ai/install/pycharm/){:target="_blank"} -:fontawesome-brands-twitter:{ .twitter } +## Useful links -:octicons-heart-fill-24:{ .heart } +* [CodiumAI Website](https://www.codium.ai){:target="_blank"} +* [Join Discord](https://discord.gg/SgSxuQ65GF){:target="_blank"} +* [Blog](https://www.codium.ai/blog/){:target="_blank"} +* [Useful resources](https://www.codium.ai/resources/){:target="_blank"} diff --git a/docs/jebrains/.DS_Store b/docs/jebrains/.DS_Store deleted file mode 100644 index 47785ab..0000000 Binary files a/docs/jebrains/.DS_Store and /dev/null differ diff --git a/docs/jebrains/documentation/configurationfile.md b/docs/jebrains/documentation/configurationfile.md deleted file mode 100644 index 875b0eb..0000000 --- a/docs/jebrains/documentation/configurationfile.md +++ /dev/null @@ -1,3 +0,0 @@ -# Configuration File - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/extendtestsuite.md b/docs/jebrains/documentation/extendtestsuite.md deleted file mode 100644 index 46baedd..0000000 --- a/docs/jebrains/documentation/extendtestsuite.md +++ /dev/null @@ -1,3 +0,0 @@ -# Extend Test Suite - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/newtest.md b/docs/jebrains/documentation/newtest.md deleted file mode 100644 index 5111e5d..0000000 --- a/docs/jebrains/documentation/newtest.md +++ /dev/null @@ -1,3 +0,0 @@ -# Generate Tests - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/analyze.md b/docs/jebrains/documentation/prassistant/analyze.md deleted file mode 100644 index b74291a..0000000 --- a/docs/jebrains/documentation/prassistant/analyze.md +++ /dev/null @@ -1,3 +0,0 @@ -# /analyze - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/ask.md b/docs/jebrains/documentation/prassistant/ask.md deleted file mode 100644 index eb94199..0000000 --- a/docs/jebrains/documentation/prassistant/ask.md +++ /dev/null @@ -1,3 +0,0 @@ -# /ask - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/changelog.md b/docs/jebrains/documentation/prassistant/changelog.md deleted file mode 100644 index 89b5849..0000000 --- a/docs/jebrains/documentation/prassistant/changelog.md +++ /dev/null @@ -1,3 +0,0 @@ -# /changelog - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/commit.md b/docs/jebrains/documentation/prassistant/commit.md deleted file mode 100644 index eff50b5..0000000 --- a/docs/jebrains/documentation/prassistant/commit.md +++ /dev/null @@ -1,3 +0,0 @@ -# /commit - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/describe.md b/docs/jebrains/documentation/prassistant/describe.md deleted file mode 100644 index c730b0c..0000000 --- a/docs/jebrains/documentation/prassistant/describe.md +++ /dev/null @@ -1,3 +0,0 @@ -# /describe - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/docstring.md b/docs/jebrains/documentation/prassistant/docstring.md deleted file mode 100644 index 1ad4bb8..0000000 --- a/docs/jebrains/documentation/prassistant/docstring.md +++ /dev/null @@ -1,3 +0,0 @@ -# /docstring - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/improve.md b/docs/jebrains/documentation/prassistant/improve.md deleted file mode 100644 index 2343ca5..0000000 --- a/docs/jebrains/documentation/prassistant/improve.md +++ /dev/null @@ -1,3 +0,0 @@ -# /improve - -TODO \ No newline at end of file diff --git a/docs/jebrains/documentation/prassistant/review.md b/docs/jebrains/documentation/prassistant/review.md deleted file mode 100644 index f8bed21..0000000 --- a/docs/jebrains/documentation/prassistant/review.md +++ /dev/null @@ -1,3 +0,0 @@ -# /review - -TODO \ No newline at end of file diff --git a/docs/jebrains/gettingstarted/authentication.md b/docs/jebrains/gettingstarted/authentication.md deleted file mode 100644 index a3b4dc6..0000000 --- a/docs/jebrains/gettingstarted/authentication.md +++ /dev/null @@ -1,3 +0,0 @@ -# Authentication - -TODO \ No newline at end of file diff --git a/docs/jebrains/gettingstarted/configuration.md b/docs/jebrains/gettingstarted/configuration.md deleted file mode 100644 index dd4b2fc..0000000 --- a/docs/jebrains/gettingstarted/configuration.md +++ /dev/null @@ -1,6 +0,0 @@ -# Configuration - -TODO - -## Download extensions - diff --git a/docs/jebrains/gettingstarted/installation.md b/docs/jebrains/gettingstarted/installation.md deleted file mode 100644 index 2ae5251..0000000 --- a/docs/jebrains/gettingstarted/installation.md +++ /dev/null @@ -1,3 +0,0 @@ -# Installation - -TODO \ No newline at end of file diff --git a/docs/jebrains/guides/behaviorfoldout.md b/docs/jebrains/guides/behaviorfoldout.md deleted file mode 100644 index 5c231f1..0000000 --- a/docs/jebrains/guides/behaviorfoldout.md +++ /dev/null @@ -1,3 +0,0 @@ -# Behavior Coverage in the advanced panel - -TODO \ No newline at end of file diff --git a/docs/jebrains/guides/usereferencetests.md b/docs/jebrains/guides/usereferencetests.md deleted file mode 100644 index 8ffe060..0000000 --- a/docs/jebrains/guides/usereferencetests.md +++ /dev/null @@ -1,3 +0,0 @@ -# Work with reference tests - -TODO \ No newline at end of file diff --git a/docs/jebrains/guides/workwiththreads.md b/docs/jebrains/guides/workwiththreads.md deleted file mode 100644 index 1ccfd4e..0000000 --- a/docs/jebrains/guides/workwiththreads.md +++ /dev/null @@ -1,3 +0,0 @@ -# Chat with CodiumAI Threads - -TODO \ No newline at end of file diff --git a/docs/jebrains/index.md b/docs/jebrains/index.md deleted file mode 100644 index 79cbe1d..0000000 --- a/docs/jebrains/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# JetBrains - -**CodiumAI** analyzes your code and generates meaningful tests to catch bugs before you ship. With CodiumAI, you can easily and quickly create comprehensive test suites that help you ensure the reliability and correctness of your software. It supports all languages! \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 68fc6d6..2e3f101 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,6 @@ nav: - 'index.md' - 'pragent/index.md' - 'codiumate/index.md' - - 'jebrains/index.md' - 'alphacodium/index.md' theme: