Skip to content

Commit

Permalink
pfade für lyne doku angepasst.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Nov 20, 2023
1 parent 61cb1e2 commit 315d2e3
Show file tree
Hide file tree
Showing 106 changed files with 131 additions and 131 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"@kevingimbel/eleventy-plugin-mermaid": "^2.1.0",
"@sbb-esta/lyne-components": "0.42.0",
"@sbb-esta/lyne-components": "0.42.6",
"copyfiles": "^2.4.1",
"eleventy-plugin-i18n": "^0.1.3",
"eleventy-sass": "^2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-accordion/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/accordion/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-action-group/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/action-group/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-alert-group/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/alert/alert-group/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-alert/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/alert/alert/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-autocomplete/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/autocomplete/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-button/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/button/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-calendar/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/calendar/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-card-badge/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/card/card-badge/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-card/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/card/card/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-checkbox-group/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/checkbox/checkbox-group/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-checkbox/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/checkbox/checkbox/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-chip/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/chip/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-clock/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/clock/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-datepicker-next-day/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/datepicker/datepicker-next-day/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-datepicker-previous-day/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/datepicker/datepicker-previous-day/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-datepicker-toggle/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/datepicker/datepicker-toggle/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-datepicker/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/datepicker/datepicker/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-dialog/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/dialog/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-divider/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/divider/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-expansion-panel/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/expansion-panel/expansion-panel/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-footer/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/footer/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-form-error/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/form-error/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-form-field/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/form-field/form-field/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-header-action/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/header/header-action/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-header/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/header/header/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const EleventyFetch = require("@11ty/eleventy-fetch");
module.exports = {
eleventyComputed: {
implementation: data => {
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/sbb-icon/readme.md";
let url = "https://raw.githubusercontent.com/lyne-design-system/lyne-components/master/src/components/icon/readme.md";
return EleventyFetch(url, {
duration: "1d",
type: "text"
Expand Down
Loading

0 comments on commit 315d2e3

Please sign in to comment.