Skip to content

Commit

Permalink
add basic welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrewsviews committed Feb 8, 2024
1 parent 2633c0e commit 883d878
Show file tree
Hide file tree
Showing 28 changed files with 19 additions and 153 deletions.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 0 additions & 29 deletions Untitled-1

This file was deleted.

2 changes: 1 addition & 1 deletion docs/codiumate/index.md
Original file line number Diff line number Diff line change
@@ -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!
83 changes: 18 additions & 65 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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"}

Binary file removed docs/jebrains/.DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions docs/jebrains/documentation/configurationfile.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/extendtestsuite.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/newtest.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/analyze.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/ask.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/changelog.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/commit.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/describe.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/docstring.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/improve.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/documentation/prassistant/review.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/gettingstarted/authentication.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/jebrains/gettingstarted/configuration.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/gettingstarted/installation.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/guides/behaviorfoldout.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/guides/usereferencetests.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/guides/workwiththreads.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/jebrains/index.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ nav:
- 'index.md'
- 'pragent/index.md'
- 'codiumate/index.md'
- 'jebrains/index.md'
- 'alphacodium/index.md'

theme:
Expand Down

0 comments on commit 883d878

Please sign in to comment.