Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jul 17, 2023
1 parent ad7eeff commit 45cf621
Show file tree
Hide file tree
Showing 39 changed files with 191 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/cmds/interface/template.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Vintner
---

# Interface

{{ autogenerated_notice('yarn docs:generate:interface') }}
Expand Down
7 changes: 6 additions & 1 deletion docs/cmds/licenses/template.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Vintner
---

# Dependencies

{{ autogenerated_notice('yarn docs:generate:licenses') }}
Expand All @@ -16,7 +21,7 @@ We ensure, that only the licenses <%- "MIT;Apache-2.0;Python-2.0;BSD-2-Clause;BS
<% }) %>

There are several issues.
We fixed some of them by patching the dependencies using [`patch-package`](https://github.com/ds300/patch-package){target=_blank}.
We fixed some of them by patching the dependencies.

1. The release of [[email protected]](https://www.npmjs.com/package/dreamopt){target=_blank} has no license.
However, the project is according to the author licensed under MIT as stated in [#2](https://github.com/andreyvit/dreamopt.js/issues/2){target=_blank}.
Expand Down
3 changes: 3 additions & 0 deletions docs/cmds/query/introduction.template.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Introduction
tags:
- Queries4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
3 changes: 3 additions & 0 deletions docs/cmds/variability/introduction.template.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Introduction
tags:
- Variability4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/about-us/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Misc
---

# About Us

This project is developed for the purpose of research by the [Institute of Software Engineering (ISTE)](https://www.iste.uni-stuttgart.de){target=_blank} and the [Institute of Architecture of Application Systems (IAAS)](https://www.iaas.uni-stuttgart.de){target=_blank} of the [University of Stuttgart, Germany](https://www.uni-stuttgart.de){target=_blank}.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
/* Black banner */
.md-banner {
background-color: black;
}
}
4 changes: 4 additions & 0 deletions docs/docs/assets/stylesheets/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
body {
zoom: 70%;
}

.md-tags {
display: none;
}
}
6 changes: 6 additions & 0 deletions docs/docs/assets/stylesheets/typeset.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,9 @@ tr > td {
.md-typeset .tabbed-labels {
box-shadow: none;
}

/* Tag */
.md-tag {
font-size: 14px !important;
font-weight: 400 !important;
}
2 changes: 2 additions & 0 deletions docs/docs/contributing/code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Code of Conduct
tags:
- Contributing
---

# Contributor Covenant Code of Conduct
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/development.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Contributing
---

# Development

Contributions are very much welcome.
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/contributing/documentation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Contributing
---

# Documentation

This document gives an introduction on writing the documentation.
Expand All @@ -24,6 +29,7 @@ yarn docs:install
```

To start a local development server on [http://localhost:8000](http://localhost:8000){target=_blank}, run the following command.
Note that the performance is suffering due to the used plugins.

```shell linenums="1"
yarn docs:serve
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Contributing
---

# Notes

This document contains a collection of arbitrary notes.
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/contributing/setup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Contributing
---

# Setup

We use the following setup as working environment during development.
Expand Down
7 changes: 6 additions & 1 deletion docs/docs/dependencies.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Vintner
---

# Dependencies

{{ autogenerated_notice('yarn docs:generate:licenses') }}
Expand Down Expand Up @@ -166,7 +171,7 @@ We ensure, that only the licenses [0BSD](https://choosealicense.com/licenses/0bs


There are several issues.
We fixed some of them by patching the dependencies using [`patch-package`](https://github.com/ds300/patch-package){target=_blank}.
We fixed some of them by patching the dependencies.

1. The release of [[email protected]](https://www.npmjs.com/package/dreamopt){target=_blank} has no license.
However, the project is according to the author licensed under MIT as stated in [#2](https://github.com/andreyvit/dreamopt.js/issues/2){target=_blank}.
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Misc
---

# FAQ

## Is Vintner an Orchestrator?
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- Vintner
- Guide
---

# Getting Started

{{ asciinema_player('getting-started') }}
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Vintner
---

# Installation

In this document, we describe ways to install `vintner`.
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/interface.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Vintner
---

# Interface

{{ autogenerated_notice('yarn docs:generate:interface') }}
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/orchestrators.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Vintner
---

# Orchestrators

We currently support [xOpera](https://github.com/xlab-si/xopera-opera){target=_blank} and [Unfurl](https://github.com/onecommons/unfurl){target=_blank}.
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/publications.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- Misc
- Publication
---

# Publications

This document contains a list of selected publications.
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/queries4tosca/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- Queries4TOSCA
- Guide
---

# Getting Started

There is no standardized way to query TOSCA repositories or instance data.
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/queries4tosca/specification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Specification
tags:
- Queries4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/queries4tosca/tests/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Introduction
tags:
- Queries4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/resources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
tags:
- Misc
---

# Resources

This document contains a collection of interesting resources such as the TOSCA specifications, introductions, popular orchestrators and TOSCA repositories.
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/sofdcar/guides/location/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- SofDCar
- Guide
---

# Distributed Locations

In this document, we discuss an example of two geographically distributed ECUs using the TOSCA SofDCar profile.
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/sofdcar/guides/zone/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- SofDCar
- Guide
---

# Zonal Architecture

In this document, we discuss an example of a zonal architecture using the TOSCA SofDCar profile.
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/sofdcar/profile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Profile
tags:
- SofDCar
- Specification
---

--8<-- "enumerate.html"
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
tags:
- Misc
---

# Tags

This document contains tags used throughout this documentation.

[TAGS]
6 changes: 6 additions & 0 deletions docs/docs/variability4tosca/benchmark.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
tags:
- Variability4TOSCA
- Specification
---

# Benchmark

To benchmark our implementation of a Variability4TOSCA processor, we run several tests.
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/variability4tosca/dynamic.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
title: Dynamic Deployment Artifacts
tags:
- Variability4TOSCA
- Specification
- Experimental
---

--8<-- "enumerate.html"
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/variability4tosca/feature-ide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Feature IDE
tags:
- Variability4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/variability4tosca/guides/artifacts/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
tags:
- Variability4TOSCA
- Guide
- Publication
- CoopIS 2023
---

# Conditional Deployment Artifacts and Conditional Properties

In the following, we provide a detailed step-by-step tutorial to deploy the enterprise plan of the shopping application to showcase conditional deployment artifacts and conditional properties, as presented in Figure 1.
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/variability4tosca/guides/pipes-and-filters/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
tags:
- Variability4TOSCA
- Guide
- Experimental
---

# Pipes and Filters Application

!!! Warning
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/variability4tosca/guides/pruning/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
tags:
- Variability4TOSCA
- Guide
- Experimental
---

# Pruning Application

!!! Warning
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/variability4tosca/motivation/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
tags:
- Variability4TOSCA
- Guide
- Publication
- Algorithms 2022
---

# Motivation

In the following, we provide a detailed step-by-step tutorial to deploy the development variant of the motivating scenario, as presented in Figure 1.
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/variability4tosca/specification/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Specification
tags:
- Variability4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/variability4tosca/testing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Testing
tags:
- Variability4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/variability4tosca/tests/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
title: Introduction
tags:
- Variability4TOSCA
- Specification
---

--8<-- "enumerate.html"
Expand Down
3 changes: 3 additions & 0 deletions docs/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ markdown_extensions:
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- tags:
tags_file: tags.md
- macros:
on_error_fail: true
module_name: macros
Expand Down Expand Up @@ -137,3 +139,4 @@ nav:
- publications.md
- about-us
- faq.md
- tags.md

0 comments on commit 45cf621

Please sign in to comment.