Skip to content

Commit

Permalink
Merge pull request #2 from Codium-ai/update-structure
Browse files Browse the repository at this point in the history
Add initial structure
  • Loading branch information
almog-lv authored Mar 12, 2024
2 parents 34a0252 + a57db3c commit fb963e1
Show file tree
Hide file tree
Showing 38 changed files with 117 additions and 78 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.cache/
24 changes: 0 additions & 24 deletions docs/changelog/index.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/chat/context/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Choose your Context

Codiumate Chat can work with various of contexts:

1. File context -
2. Workspace context -
Empty file added docs/chat/file-mode/ask.md
Empty file.
Empty file.
Empty file added docs/chat/file-mode/enhance.md
Empty file.
Empty file added docs/chat/file-mode/improve.md
Empty file.
1 change: 1 addition & 0 deletions docs/chat/file-mode/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# File Mode
Empty file.
Empty file added docs/chat/file-mode/test.md
Empty file.
1 change: 1 addition & 0 deletions docs/chat/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Chat
Empty file added docs/chat/threads.md
Empty file.
Empty file added docs/chat/workspace-mode/ask.md
Empty file.
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions docs/chat/workspace-mode/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Workspace Mode
Empty file.
Empty file.
Empty file.
Empty file.
21 changes: 0 additions & 21 deletions docs/commands/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/context/index.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/guides/generate-tests-python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Generate tests for a Python Class


Put a YouTube video here
4 changes: 1 addition & 3 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Guides

## Threads
# Guides
3 changes: 3 additions & 0 deletions docs/guides/open-pr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Open a PR with Codiumate

Put a YouTube video here
42 changes: 36 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,39 @@
# Overview

**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!

## Links
- [Discord community](https://discord.gg/kG35uSHDBc{:target="_blank"})
- [CodiumAI website](https://codium.ai{:target="_blank"})
- [Blog](https://www.codium.ai/blog/{:target="_blank"})
- [Troubleshooting](https://www.codium.ai/blog/technical-faq-and-troubleshooting/{:target="_blank"})
#### Code, test and review with confidence - your AI mate by CodiumAI

Elevate your coding experience with iterative test generation, intelligent code assistant, and efficient PR reviewer, all smoothly integrated into your development workflow.

Boost your productivity, code with confidence, and optimize your development process!

## Features

- Generate unit tests suite automatically

- Analyze your code

- Suggest code modifications to improve the performance and correctness of your code

- Find potential bugs in your code and suggest ways to fix them

- Document and enhance your code automatically

- Prepare better for your PR

- Help you improve code quality

## Supported IDEs

Codiumate is supported in [VSCode](https://marketplace.visualstudio.com/items?itemName=Codium.codium) and all [JetBrains IDEs](https://plugins.jetbrains.com/plugin/21206-codiumate--code-test-and-review-with-confidence--by-codiumai)

## Supported Languages

Codiumate is supported in Python, Java, JavaScript, TypeScript, C++, C#, Go, PHP, Ruby, Rust, Scala, Swift and all other languages!


## News

...

## Bug Report
13 changes: 0 additions & 13 deletions docs/test-suite/index.md

This file was deleted.

Empty file added docs/tests/behaviors.md
Empty file.
Empty file added docs/tests/configuration.md
Empty file.
Empty file added docs/tests/context.md
Empty file.
Empty file added docs/tests/example-test.md
Empty file.
5 changes: 5 additions & 0 deletions docs/tests/how-to-use.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- lens
- right click
- command palette
- codium button JB
- chat
9 changes: 9 additions & 0 deletions docs/tests/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Test Generation

=== "VSCode"

Something

=== "JetBrains"

Something else
Empty file added docs/tests/running-tests.md
Empty file.
Empty file.
Empty file added docs/tests/what-can-i-test.md
Empty file.
56 changes: 49 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,64 @@ site_name: Codiumate

nav:
- 'index.md'
- 'installation/index.md'
- 'context/index.md'
- 'commands/index.md'
- 'guides/index.md'
- 'changelog/index.md'
- Installation:
- 'installation/index.md'
- Test Generation:
- 'tests/index.md'
- What can I test?: 'tests/what-can-i-test.md'
- Supported Languages: 'tests/supported-languages.md'
- How to use: 'tests/how-to-use.md'
- Configuration: 'tests/configuration.md'
- Example Test: 'tests/example-test.md'
- Behaviors: 'tests/behaviors.md'
- Context Preview: 'tests/context.md'
- Running Tests: 'tests/running-tests.md'
- Chat:
- 'chat/index.md'
- Choose your Context:
- 'chat/context/index.md'
- File Mode:
- 'chat/file-mode/index.md'
- Ask: 'chat/file-mode/ask.md'
- Docstring: 'chat/file-mode/docstring.md'
- Enahnce: 'chat/file-mode/enhance.md'
- Improve: 'chat/file-mode/improve.md'
- Test: 'chat/file-mode/test.md'
- Quick-Test: 'chat/file-mode/quick-test.md'
- Workspace Mode:
- 'chat/workspace-mode/index.md'
- Ask: 'chat/workspace-mode/ask.md'
- Describe: 'chat/workspace-mode/describe.md'
- Review: 'chat/workspace-mode/review.md'
- Find Issues: 'chat/workspace-mode/issues.md'
- Recap: 'chat/workspace-mode/recap.md'
- Improve: 'chat/workspace-mode/improve.md'
- Update Changelog: 'chat/workspace-mode/changelog.md'
- Threads: 'chat/threads.md'
- Guides:
- 'guides/index.md'
- Open a PR with Codiumate: 'guides/open-pr.md'
- Generate tests for Python: 'guides/generate-tests-python.md'

theme:
logo: assets/logo.png
favicon: assets/favicon.ico
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- toc.integrate
- navigation.path
- navigation.top
- navigation.tracking
- navigation.indexes
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- toc.integrate
- content.tabs.link
language: en
language: en
custom_dir: overrides

Expand Down Expand Up @@ -88,6 +124,12 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
title: On this page
toc_depth: 3
permalink: true
- pymdownx.tabbed:
alternate_style: true

copyright: |
&copy; 2024 <a href="https://www.codium.ai/" target="_blank" rel="noopener">CodiumAI</a>

0 comments on commit fb963e1

Please sign in to comment.