Skip to content
Snippets Groups Projects
Verified Commit a1099753 authored by Dillenn Terumalai's avatar Dillenn Terumalai :speech_balloon:
Browse files

WIP

parent 7cec6138
Branches
No related tags found
No related merge requests found
Pipeline #9175 passed
Showing
with 15754 additions and 10649 deletions
LICENSE 0 → 100644
MIT License
Copyright (c) 2023 SIB
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
# SPSP Public docs
## Built with
- [VitePress](https://vitepress.dev/)
## Content
To edit the content, edit the markdown files in the `docs` folder.
## Customization
To customize the navbar or the sidebar, edit the `docs/.vitepress/config.mts` file.
To customize the welcome page, edit the `docs/index.md` file.
## Development
Install dependencies:
```bash
# Install dependencies
npm install
```
Start the development server:
```bash
# Start the development server
npm run docs:dev
```
Build the static site:
```bash
# Build the static site
npm run docs:build
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Maintainers
- [Dillenn Terumalai](mailto:dillenn.terumalai@sib.swiss)
{
"hash": "14fdbf2a",
"browserHash": "20b7a959",
"hash": "1afbc552",
"browserHash": "db20a152",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "5bad03c6",
"fileHash": "72b44d6e",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/lib/esm/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "f9766e9e",
"fileHash": "3e225af1",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "82caa0cf",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "1880eeb8",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "e567b3ad",
"needsInterop": false
}
},
"chunks": {}
"chunks": {
"chunk-V634PGSD": {
"file": "chunk-V634PGSD.js"
}
}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -6,6 +6,10 @@ export default defineConfig({
description: "Documentation",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
search: {
provider: 'local',
},
nav: [
{ text: 'Public portal', link: '/public-portal' },
{ text: 'Secure private portal', link: '/secure-private-portal' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment