Skip to content

Commit

Permalink
Quick links at home
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
  • Loading branch information
worksofliam committed Dec 3, 2024
1 parent 46557fc commit 71af77a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1731863187578
"lastUpdateCheck": 1733244418615
}
}
27 changes: 24 additions & 3 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,32 @@ title: Code for IBM i
description: Maintain and compile your RPGLE, CL, COBOL, C/CPP on the IBM i right from Visual Studio Code
---

import { CardGrid, Card, Icon } from '@astrojs/starlight/components';
import { CardGrid, Card, Badge, LinkCard, Icon } from '@astrojs/starlight/components';

## IBM i development extension for VS Code
Maintain and compile your RPGLE, CL, COBOL, C/CPP on the IBM i right from Visual Studio Code.

Maintain and compile your RPGLE, CL, COBOL, C/CPP on the IBM i right from Visual Studio Code
#### Getting started 🚀

<CardGrid>
<LinkCard title="Installing" href="#installation" description="How to get Code for IBM i" />
<LinkCard title="Compile some code" href="/docs/developing/editing-compiling/" description="Compile your RPGLE, COBOL or CL" />
</CardGrid>

#### Write some code 🛠️

<CardGrid>
<LinkCard title="RPGLE" href="/docs/extensions/rpgle/" description="See how VS Code can help you write modern RPGLE" />
<LinkCard title="Db2 for IBM i" href="/docs/extensions/db2i/" description="Understand how to work with the database" />
</CardGrid>

#### Extras 👀

<CardGrid>
<LinkCard title="Terminals" href="/docs/tips/terminals/" description="Open 5250 right from VS Code" />
<LinkCard title="IBM i and git" href="/docs/developing/local/getting-started/" description="Want to use git with IBM i?" />
</CardGrid>

---

![intro_01.png](../../assets/intro_01.png)

Expand Down

0 comments on commit 71af77a

Please sign in to comment.