diff --git a/config.yml b/config.yml index 38e90d7cce..dc88333458 100644 --- a/config.yml +++ b/config.yml @@ -61,6 +61,12 @@ params: twitter: "orange" icons: "https://design.orange.com/icons-libraries/" bootstrap: "https://getbootstrap.com" + ods: + android: "https://system.design.orange.com/0c1af118d/n/40c8b1" + conversational: "https://system.design.orange.com/0c1af118d/n/903c09" + extended_reality: "https://system.design.orange.com/0c1af118d/n/92d30c" + iOS: "https://system.design.orange.com/0c1af118d/n/24511f" + web: "https://system.design.orange.com/0c1af118d/n/76065f" download: source: "https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/archive/v5.1.3.zip" diff --git a/site/content/docs/5.1/guidelines/_index.md b/site/content/docs/5.1/guidelines/_index.md new file mode 100644 index 0000000000..98face85d7 --- /dev/null +++ b/site/content/docs/5.1/guidelines/_index.md @@ -0,0 +1,12 @@ +--- +layout: guidelines +title: Orange Design System for web +description: Streamline your workflow and improve experience consistency with this cross-platform, scalable and inspiring design system. Designers, developers, marketers and partners, start your digital creations from the ready-to-use resources here! +aliases: "/guidelines/" +--- + +
+
+

Other platforms in the Orange Design System

+
+
\ No newline at end of file diff --git a/site/content/docs/5.1/guidelines/logos.md b/site/content/docs/5.1/guidelines/logos.md index 5950f57c67..049b02d72a 100644 --- a/site/content/docs/5.1/guidelines/logos.md +++ b/site/content/docs/5.1/guidelines/logos.md @@ -1,12 +1,12 @@ --- -layout: guidelines +layout: single title: Logos description: The Master logo is our most important and valuable identity element. It’s the mark of assurance that appears on almost everything we do. group: guidelines subgroup: Core elements -aliases: - - "/guidelines/" - - "/docs/5.1/guidelines/" +#aliases: +# - "/guidelines/" +# - "/docs/5.1/guidelines/" toc: true --- diff --git a/site/layouts/_default/guidelines.html b/site/layouts/_default/guidelines.html index f3fddff28e..c909182f35 100644 --- a/site/layouts/_default/guidelines.html +++ b/site/layouts/_default/guidelines.html @@ -1,58 +1,19 @@ - - - - {{ partial "header" . }} - - - {{ partial "analytics-body" . }} - {{ partial "skippy" . }} - - {{ partial "docs-navbar" . }} - {{ partial "guidelines-subnav" . }} - -
- - -
-
-

{{ .Title | markdownify }}

+{{ define "main" }} + +
+
+
+
+

{{ .Title | markdownify }}

{{ .Page.Params.Description | markdownify }}

- {{ partial "ads" . }} -
- - {{ if (eq .Page.Params.toc true) }} -
- On this page - {{ .TableOfContents }} + - {{ end }} - -
- {{ if .Page.Params.sections }} -
- {{ range .Page.Params.sections }} - - {{ end }} -
- {{ end }} - - {{ .Content }}
-
+
- - {{ partial "footer" . }} - {{ partial "scripts" . }} - - {{ range .Page.Params.extra_js -}} - - {{- end -}} - - + +
+ {{ .Content }} +
+{{ end }} diff --git a/site/layouts/partials/docs-navbar.html b/site/layouts/partials/docs-navbar.html index a1fad58231..d2a9832e61 100644 --- a/site/layouts/partials/docs-navbar.html +++ b/site/layouts/partials/docs-navbar.html @@ -20,7 +20,7 @@ Examples