UPDATE: First commit with the new documentation
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
7efdbede3c
commit
c1be1e47cb
39
docs/src/index.md
Normal file
39
docs/src/index.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
# https://vitepress.dev/reference/default-theme-home-page
|
||||
layout: doc
|
||||
outline: deep
|
||||
|
||||
hero:
|
||||
name: "IronCalc Documentation"
|
||||
text: "The documentation of IronCalc"
|
||||
tagline: My great project tagline
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Markdown Examples
|
||||
link: /features/markdown-examples
|
||||
- theme: alt
|
||||
text: API Examples
|
||||
link: /features/api-examples
|
||||
|
||||
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
|
||||
---
|
||||
|
||||
# About IronCalc
|
||||
|
||||
IronCalc is in it's infancy, although we aim at supporting many of common spreadsheet features you might find some important features missing in your normal workflow.
|
||||
|
||||
If the lack of a particular feature is stopping you from using IronCalc please let us know and we will try to prioritize that over others.
|
||||
|
||||
With those caveats IronCalc is perfectly usable and if your workflow doesn't require non supported features, you can use it right away!
|
||||
|
||||
IronCalc intends to be Excel compatible, if a formula is evaluated differently in Excel than in IronCalc it is most likely a bug.
|
||||
|
||||
::: warning
|
||||
You’re looking at IronCalc’s end-user documentation. For more dev-focused docs, take a look at our API docs or Python docs.
|
||||
:::
|
||||
Reference in New Issue
Block a user