Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt committed Sep 8, 2024
1 parent 886a5fc commit 079a368
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 4 deletions.
Empty file added docs/.nojekyll
Empty file.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


# 💡 About
DAVIS (Data Visualisation tool) is utility for data visualization. The visualization is based on [Plotly javascript](https://plotly.com/) So DAVIS generate html page with injected data from code and after that launch browser to show it.
11DAVIS (Data Visualisation tool) is utility for data visualization. The visualization is based on [Plotly javascript](https://plotly.com/) So DAVIS generate html page with injected data from code and after that launch browser to show it.

One of the main tasks we solve is to make it easier to debug your application. With Davis you can easy visualize your one- and two-dimensional data variables.

Expand Down
6 changes: 6 additions & 0 deletions docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Language / 语言
- [English](/)
- [简体中文](/zh-cn/)
- [繁體中文](/zh-tw/)
- [日本語](/ja-jp/)
- [한국어](/ko-kr/)
14 changes: 14 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- Getting Started

- [Introduction](/)
- [Usages]()
- Installation
- [Atom]
- [VS Code]

- Writing Markdown

- [Markdown Basics](/)
- [Math Typesetting](/)
- [Diagrams](/)

6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Markdown Preview Enhanced</title>
<title>DAVIS - data visualization</title>
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
Expand All @@ -12,8 +12,8 @@
</body>
<script>
window.$docsify = {
name: 'MPE',
repo: 'https://github.com/shd101wyy/markdown-preview-enhanced.git',
name: 'DAVIS',
repo: 'https://github.com/DevToolsOrganization/matrix-data-visualization-DAVIS.git',

loadSidebar: true,
subMaxLevel: 3,
Expand Down
24 changes: 24 additions & 0 deletions docs/indexSmal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!-- index.html -->


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
/>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
//...
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>
Empty file added docs/run at local.txt
Empty file.

0 comments on commit 079a368

Please sign in to comment.