Skip to content

Commit

Permalink
add introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
ResetPower committed Jul 21, 2024
1 parent 305ec5d commit 131dea7
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 157 deletions.
10 changes: 5 additions & 5 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ import { defineConfig } from "vitepress";

export default defineConfig({
title: "OpenCAS",
description: "An Open-Source Computer Algebra System.",
description: "An Open-Source Computer Algebra System",
themeConfig: {
nav: [
{ text: "Home", link: "/" },
{ text: "Examples", link: "/markdown-examples" },
{ text: "Documents", link: "/what-is-opencas" },
],

sidebar: [
{
text: "Examples",
text: "Introduction",
items: [
{ text: "Markdown Examples", link: "/markdown-examples" },
{ text: "Runtime API Examples", link: "/api-examples" },
{ text: "What is OpenCAS?", link: "/what-is-opencas" },
{ text: "Quickstart", link: "/quickstart" },
],
},
],
Expand Down
55 changes: 0 additions & 55 deletions docs/api-examples.md

This file was deleted.

24 changes: 12 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ layout: home

hero:
name: "OpenCAS"
text: "A VitePress Site"
tagline: My great project tagline
text: "Facilitates Calculation"
tagline: An Open-Source Computer Algebra System
actions:
- theme: brand
text: Markdown Examples
link: /markdown-examples
text: What is OpenCAS?
link: /what-is-opencas
- theme: alt
text: API Examples
link: /api-examples
text: Quickstart
link: /quickstart

features:
- title: Feature A
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature Alpha
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- title: Feature Beta
details: Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
- title: Feature Gamma
details: Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
---
85 changes: 0 additions & 85 deletions docs/markdown-examples.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Quickstart

This project currently remains in conception and is not carried out on code. You can contact to us if you are interested in this project. The guidelines for contribution will be available on this website later.
3 changes: 3 additions & 0 deletions docs/what-is-opencas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# What is OpenCAS?

OpenCAS is an open-source computer algebra system (CAS) designed for symbolic operations in mathematics. The project is started in Jul 2024 and is planned for an extended duration of development.

0 comments on commit 131dea7

Please sign in to comment.