-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update DocC documentation for version v0.3.0 (1728551840)
- For each doccarchive, convert to ZIP, unflate, copy/paste content of 'documentation' in suitable folder - Copy/paste also the index.json files and renamed them - Copy/pase also the data/documentation contents WARNING: This is NOT an automatic commit Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
- Loading branch information
Showing
6,279 changed files
with
3,026 additions
and
4,424 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"primaryContentSections":[{"kind":"content","content":[{"text":"Overview","anchor":"overview","level":2,"type":"heading"},{"type":"paragraph","inlineContent":[{"type":"text","text":"❗**More details coming soon.**❗"}]},{"type":"heading","text":"How to use components","level":2,"anchor":"How-to-use-components"},{"inlineContent":[{"type":"text","text":"Import the target of components, and use the component you want:"}],"type":"paragraph"},{"type":"codeListing","code":["import OUDSComponents \/\/ To get the components","","struct YourView: View {",""," @State private var writtenText: String = \"\"",""," var body: some View {"," OUDSFormsTextInput(placeholder: \"Some placeholder to display\", value: $writtenText)"," }","}"],"syntax":"swift"},{"inlineContent":[{"type":"text","text":"Of course you must use in your root view the "},{"type":"reference","isActive":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView"},{"text":" with the suitable theme:","type":"text"}],"type":"paragraph"},{"code":[" \/\/ The theme can be OrangeTheme or your own"," OUDSThemeableView(theme: theTheme) {"," "," }"],"type":"codeListing","syntax":"swift"}]}],"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"schemaVersion":{"major":0,"patch":0,"minor":3},"metadata":{"modules":[{"name":"OUDS"}],"roleHeading":"Article","role":"article","title":"Components"},"kind":"article","variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/components"]}],"abstract":[{"inlineContent":[{"text":"Components","type":"text"}],"type":"emphasis"},{"type":"text","text":" are defined in the "},{"isActive":true,"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/"},{"type":"text","text":" target and can be integrated in applications."}],"sections":[],"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/Components"},"seeAlsoSections":[{"title":"Essentials","identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Modules"],"generated":true}],"references":{"doc://OUDS/documentation/OUDS/Modules":{"abstract":[{"text":"A ","type":"text"},{"inlineContent":[{"type":"text","text":"module"}],"type":"emphasis"},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"There is not module yet."}],"type":"topic","kind":"article","role":"article","url":"\/documentation\/ouds\/modules","title":"Modules","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","role":"symbol","type":"topic","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"type":"text","text":" "},{"text":"as an environement variable the theme which will be applied.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"Any theme to apply must be a child of "},{"type":"codeVoice","code":"OUDSTheme"},{"text":", direct or not.","type":"text"}],"navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"url":"\/documentation\/ouds\/oudsthemeableview","fragments":[{"text":"struct","kind":"keyword"},{"kind":"text","text":" "},{"kind":"identifier","text":"OUDSThemeableView"}],"kind":"symbol","title":"OUDSThemeableView"},"doc://OUDS/documentation/OUDS":{"abstract":[{"text":"The iOS library of ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"text":", the new design system unified and cohesive across all platforms to build Orange mobile applications.","type":"text"}],"type":"topic","identifier":"doc:\/\/OUDS\/documentation\/OUDS","url":"\/documentation\/ouds","title":"OUDS","role":"collection","kind":"symbol"},"doc://OUDS/documentation/OUDS/GettingStarted":{"abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"type":"topic","kind":"article","role":"article","url":"\/documentation\/ouds\/gettingstarted","title":"Getting Started with OUDS","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted"},"doc://OUDS/documentation/OUDS/Tokens":{"type":"topic","role":"article","title":"Tokens","url":"\/documentation\/ouds\/tokens","kind":"article","abstract":[{"type":"text","text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names."}],"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens"},"doc://OUDS/documentation/OUDS/Themes":{"abstract":[{"inlineContent":[{"type":"text","text":"Themes"}],"type":"emphasis"},{"type":"text","text":" are applications of specific values for "},{"type":"emphasis","inlineContent":[{"text":"components tokens","type":"text"}]},{"type":"text","text":" and "},{"inlineContent":[{"type":"text","text":"semantic tokens"}],"type":"emphasis"},{"text":" using in the end ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"raw tokens"}]},{"type":"text","text":"."},{"text":" ","type":"text"},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"type":"text","text":" contains any relevant "},{"inlineContent":[{"text":"semantic tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" and "},{"inlineContent":[{"text":"component tokens","type":"text"}],"type":"emphasis"},{"text":" which can be used for components rendering.","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A "},{"inlineContent":[{"text":"theme","type":"text"}],"type":"emphasis"},{"text":" has also ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" associated to primitive types so as to give to "},{"type":"emphasis","inlineContent":[{"type":"text","text":"components"}]},{"text":", written with ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"SwiftUI"}]},{"type":"text","text":", the needed values in the suitable type. A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"type":"emphasis","inlineContent":[{"text":"tokens","type":"text"}]},{"text":".","type":"text"}],"kind":"article","type":"topic","role":"article","url":"\/documentation\/ouds\/themes","title":"Themes","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes"}}} | ||
{"hierarchy":{"paths":[["doc:\/\/OUDS\/documentation\/OUDS"]]},"schemaVersion":{"patch":0,"major":0,"minor":3},"seeAlsoSections":[{"identifiers":["doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","doc:\/\/OUDS\/documentation\/OUDS\/Tokens","doc:\/\/OUDS\/documentation\/OUDS\/Themes","doc:\/\/OUDS\/documentation\/OUDS\/Modules"],"generated":true,"title":"Essentials"}],"primaryContentSections":[{"kind":"content","content":[{"anchor":"overview","text":"Overview","type":"heading","level":2},{"type":"paragraph","inlineContent":[{"text":"❗**More details coming soon.**❗","type":"text"}]},{"level":2,"type":"heading","text":"How to use components","anchor":"How-to-use-components"},{"inlineContent":[{"text":"Import the target of components, and use the component you want:","type":"text"}],"type":"paragraph"},{"syntax":"swift","code":["import OUDSComponents \/\/ To get the components"],"type":"codeListing"},{"type":"paragraph","inlineContent":[{"text":"Of course you must use in your root view the ","type":"text"},{"isActive":true,"identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","type":"reference"},{"text":" with the suitable theme:","type":"text"}]},{"type":"codeListing","syntax":"swift","code":[" \/\/ The theme can be OrangeTheme or your own"," OUDSThemeableView(theme: theTheme) {"," "," }"]}]}],"kind":"article","abstract":[{"inlineContent":[{"type":"text","text":"Components"}],"type":"emphasis"},{"text":" are defined in the ","type":"text"},{"type":"reference","identifier":"https:\/\/ios.unified-design-system.orange.com\/documentation\/oudstokenscomponent\/","isActive":true},{"type":"text","text":" target and can be integrated in applications."}],"variants":[{"traits":[{"interfaceLanguage":"swift"}],"paths":["\/documentation\/ouds\/components"]}],"metadata":{"roleHeading":"Article","modules":[{"name":"OUDS"}],"role":"article","title":"Components"},"identifier":{"interfaceLanguage":"swift","url":"doc:\/\/OUDS\/documentation\/OUDS\/Components"},"sections":[],"references":{"doc://OUDS/documentation/OUDS/Modules":{"title":"Modules","abstract":[{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"text":"module","type":"text"}]},{"text":" can be seen as a set of features and components to fill a need.","type":"text"},{"type":"text","text":" "},{"text":"There is not module yet.","type":"text"}],"type":"topic","url":"\/documentation\/ouds\/modules","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Modules","kind":"article"},"doc://OUDS/documentation/OUDS/OUDSThemeableView":{"title":"OUDSThemeableView","navigatorTitle":[{"kind":"identifier","text":"OUDSThemeableView"}],"type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/OUDSThemeableView","url":"\/documentation\/ouds\/oudsthemeableview","abstract":[{"type":"text","text":"This is a kind of root "},{"type":"codeVoice","code":"SwiftUI.View"},{"type":"text","text":" to add at the top level of your views tree so as to define"},{"text":" ","type":"text"},{"text":"as an environement variable the theme which will be applied.","type":"text"},{"text":" ","type":"text"},{"text":"Any theme to apply must be a child of ","type":"text"},{"type":"codeVoice","code":"OUDSTheme"},{"type":"text","text":", direct or not."}],"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"text":"OUDSThemeableView","kind":"identifier"}],"role":"symbol"},"doc://OUDS/documentation/OUDS/Tokens":{"kind":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Tokens","url":"\/documentation\/ouds\/tokens","type":"topic","title":"Tokens","role":"article","abstract":[{"type":"text","text":"Design tokens represent the small, repeated design decisions that make up a design system’s visual style. Tokens replace hard-coded static values, such as hexadecimal codes for color, with self-explanatory names."}]},"doc://OUDS/documentation/OUDS/GettingStarted":{"title":"Getting Started with OUDS","abstract":[{"text":"How to add the package as dependency, and import libraries","type":"text"}],"type":"topic","url":"\/documentation\/ouds\/gettingstarted","role":"article","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/GettingStarted","kind":"article"},"doc://OUDS/documentation/OUDS":{"role":"collection","title":"OUDS","type":"topic","kind":"symbol","identifier":"doc:\/\/OUDS\/documentation\/OUDS","abstract":[{"type":"text","text":"The iOS library of "},{"type":"emphasis","inlineContent":[{"type":"text","text":"Orange Unified Design System Design System"}]},{"text":", the new design system unified and cohesive across all platforms to build Orange mobile applications.","type":"text"}],"url":"\/documentation\/ouds"},"doc://OUDS/documentation/OUDS/Themes":{"type":"topic","url":"\/documentation\/ouds\/themes","role":"article","abstract":[{"inlineContent":[{"type":"text","text":"Themes"}],"type":"emphasis"},{"text":" are applications of specific values for ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"components tokens"}]},{"type":"text","text":" and "},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" using in the end ","type":"text"},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"text":".","type":"text"},{"type":"text","text":" "},{"type":"text","text":"A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"type":"text","text":" contains any relevant "},{"type":"emphasis","inlineContent":[{"type":"text","text":"semantic tokens"}]},{"text":" and ","type":"text"},{"inlineContent":[{"text":"component tokens","type":"text"}],"type":"emphasis"},{"type":"text","text":" which can be used for components rendering."},{"text":" ","type":"text"},{"text":"A ","type":"text"},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"type":"text","text":" has also "},{"inlineContent":[{"text":"raw tokens","type":"text"}],"type":"emphasis"},{"text":" associated to primitive types so as to give to ","type":"text"},{"inlineContent":[{"type":"text","text":"components"}],"type":"emphasis"},{"type":"text","text":", written with "},{"inlineContent":[{"type":"text","text":"SwiftUI"}],"type":"emphasis"},{"type":"text","text":", the needed values in the suitable type. A "},{"type":"emphasis","inlineContent":[{"type":"text","text":"theme"}]},{"text":" can add for itself any new ","type":"text"},{"inlineContent":[{"type":"text","text":"tokens"}],"type":"emphasis"},{"type":"text","text":"."}],"kind":"article","title":"Themes","identifier":"doc:\/\/OUDS\/documentation\/OUDS\/Themes"}}} |
Oops, something went wrong.