Skip to content

Commit 049271b

Browse files
committed
docs: update links to docs
1 parent fb3367e commit 049271b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+142
-115
lines changed

src/assets/img/components.webp

60.1 KB
Binary file not shown.

src/assets/img/icons.webp

57.1 KB
Binary file not shown.

src/pug/_layout/default.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include ../_partials/banner.pug
44
include ../_mixins/breadcrumb.pug
55
include ../_mixins/callout.pug
66
include ../_mixins/callout-custom.pug
7-
include ../_mixins/docs.pug
7+
include ../_mixins/docs-components.pug
88
include ../_mixins/example.pug
99

1010
html(lang='en')
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
mixin docs(href)
1+
mixin docs-components(href)
22
.bg-primary.bg-opacity-10.border.border-2.border-primary.rounded.mb-4
33
.row.d-flex.align-items-center.p-3.px-xl-4.flex-xl-nowrap
44
.col-xl-auto.col-12.d-none.d-xl-block.p-0
5-
img.img-fluid(src='https://coreui.io/images/frameworks/core_blue_960px.png' width='160px' height='160px' alt='CoreUI PRO hexagon')
5+
img.img-fluid(src='assets/img/components.webp' width='160px' height='160px' alt='CoreUI PRO hexagon')
66
.col-md.col-12.px-lg-4
77
| Our Admin Panel isn’t just a mix of third-party components. It’s <strong>the only open-source Bootstrap dashboard built on a professional, enterprise-grade UI Components Library</strong>.
88
| This component is part of this library, and we present only the basic usage of it here. To explore extended examples, detailed API documentation, and customization options, refer to our docs.
99
.col-md-auto.col-12.mt-3.mt-lg-0
10-
a.btn.btn-primary.text-nowrap.text-white(href=href target="_blank") Explore CoreUI Documentation
10+
a.btn.btn-primary.text-nowrap.text-white(href=href target="_blank" rel='noopener noreferrer') Explore Documentation

src/pug/_partials/docs-icons.pug

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.bg-warning.bg-opacity-10.border.border-2.border-warning.rounded.mb-4
2+
.row.d-flex.align-items-center.p-3.px-xl-4.flex-xl-nowrap
3+
.col-xl-auto.col-12.d-none.d-xl-block.p-0
4+
img.img-fluid(src='assets/img/icons.webp' width='160px' height='160px' alt='CoreUI Icons')
5+
.col-md.col-12.px-lg-4
6+
| CoreUI Icons package is delivered with more than 1500 icons in multiple formats SVG, PNG,
7+
| and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You
8+
| can use them in your digital products for web or mobile app. For more information please
9+
| visit our documentation.
10+
.col-md-auto.col-12.mt-3.mt-lg-0
11+
a.btn.btn-warning.text-nowrap.text-white(href='https://coreui.io/bootstrap/docs/icons/' target='_blank' rel='noopener noreferrer')
12+
| Explore Documentation

src/pug/views/base/accordion.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/accordion/')
17+
+docs-components('https://coreui.io/docs/components/accordion/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/base/breadcrumb.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/breadcrumb/')
17+
+docs-components('https://coreui.io/docs/components/breadcrumb/')
1818
.row
1919
.col-lg-12
2020
.card.mb-4

src/pug/views/base/cards.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/card/')
17+
+docs-components('https://coreui.io/docs/components/card/')
1818
.card.mb-4
1919
.card-header
2020
strong Card

src/pug/views/base/carousel.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/carousel/')
17+
+docs-components('https://coreui.io/docs/components/carousel/')
1818
.card.mb-4
1919
.card-header
2020
strong Carousel

src/pug/views/base/collapse.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/collapse/')
17+
+docs-components('https://coreui.io/docs/components/collapse/')
1818
.card.mb-4
1919
.card-header
2020
strong Collapse

src/pug/views/base/list-group.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/list-group/')
17+
+docs-components('https://coreui.io/docs/components/list-group/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/base/navs-tabs.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/navs-tabs/')
17+
+docs-components('https://coreui.io/docs/components/navs-tabs/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/base/pagination.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/pagination/')
17+
+docs-components('https://coreui.io/docs/components/pagination/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/base/placeholders.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/placeholders/')
17+
+docs-components('https://coreui.io/docs/components/placeholders/')
1818
.row
1919
.col-lg-12
2020
.card.mb-4

src/pug/views/base/popovers.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ block breadcrumb
1818
)
1919

2020
block view
21-
+docs('https://coreui.io/docs/components/popovers/')
21+
+docs-components('https://coreui.io/docs/components/popovers/')
2222
.row
2323
.col-12
2424
.card.mb-4

src/pug/views/base/progress.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/progress/')
17+
+docs-components('https://coreui.io/docs/components/progress/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/base/spinners.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/spinners/')
17+
+docs-components('https://coreui.io/docs/components/spinners/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/base/tables.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/tables/')
17+
+docs-components('https://coreui.io/docs/components/tables/')
1818
.card.mb-4
1919
.card-header
2020
strong Tables

src/pug/views/base/tooltips.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ block breadcrumb
1818
)
1919

2020
block view
21-
+docs('https://coreui.io/docs/components/tooltips/')
21+
+docs-components('https://coreui.io/docs/components/tooltips/')
2222
.row
2323
.col-12
2424
.card.mb-4

src/pug/views/buttons/button-group.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/button-group/')
17+
+docs-components('https://coreui.io/docs/components/button-group/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/buttons/buttons.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/buttons/')
17+
+docs-components('https://coreui.io/docs/components/buttons/')
1818
.card.mb-4
1919
.card-header
2020
strong Buttons

src/pug/views/buttons/dropdowns.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/components/dropdowns/')
17+
+docs-components('https://coreui.io/docs/components/dropdowns/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/forms/checks-radios.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ block js
1919
| })
2020

2121
block view
22-
+docs('https://coreui.io/docs/forms/checks-radios/')
22+
+docs-components('https://coreui.io/docs/forms/checks-radios/')
2323
.row
2424
.col-12
2525
.card.mb-4

src/pug/views/forms/floating-labels.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/forms/floating-labels/')
17+
+docs-components('https://coreui.io/docs/forms/floating-labels/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/forms/form-control.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/forms/form-control/')
17+
+docs-components('https://coreui.io/docs/forms/form-control/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/forms/input-group.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/forms/input-group/')
17+
+docs-components('https://coreui.io/docs/forms/input-group/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/forms/layout.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/forms/layout/')
17+
+docs-components('https://coreui.io/docs/forms/layout/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/forms/range.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/forms/range/')
17+
+docs-components('https://coreui.io/docs/forms/range/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/forms/select.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs('https://coreui.io/docs/forms/select/')
17+
+docs-components('https://coreui.io/docs/forms/select/')
1818
.row
1919
.col-12
2020
.card.mb-4

src/pug/views/forms/validation.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ block js
3232
| })()
3333

3434
block view
35-
+docs('https://coreui.io/docs/forms/validation/')
35+
+docs-components('https://coreui.io/docs/forms/validation/')
3636
.row
3737
.col-12
3838
.card.mb-4

src/pug/views/icons/coreui-icons-brand.pug

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+callout-custom
18-
| CoreUI Admin Template is delivered with CoreUI Icons with more than 1500 icons in multiple formats SVG, JavaScript, and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile apps.
19-
br
20-
br
21-
| For more information please visit
22-
a(href='https://coreui.io/icons/' target='_blank') CoreUI Icons website
23-
| .
17+
include ../../_partials/docs-icons.pug
18+
2419
- var iconsList = ["500px-5", "500px", "about-me", "abstract", "acm", "addthis", "adguard", "adobe-acrobat-reader", "adobe-after-effects", "adobe-audition", "adobe-creative-cloud", "adobe-dreamweaver", "adobe-illustrator", "adobe-indesign", "adobe-lightroom-classic", "adobe-lightroom", "adobe-photoshop", "adobe-premiere", "adobe-typekit", "adobe-xd", "adobe", "airbnb", "algolia", "alipay", "allocine", "amazon-aws", "amazon-pay", "amazon", "amd", "american-express", "anaconda", "analogue", "android-alt", "android", "angellist", "angular-universal", "angular", "ansible", "apache-airflow", "apache-flink", "apache-spark", "apache", "app-store-ios", "app-store", "apple-music", "apple-pay", "apple-podcasts", "apple", "appveyor", "aral", "arch-linux", "archive-of-our-own", "arduino", "artstation", "arxiv", "asana", "at-and-t", "atlassian", "atom", "audible", "aurelia", "auth0", "automatic", "autotask", "aventrix", "azure-artifacts", "azure-devops", "azure-pipelines", "babel", "baidu", "bamboo", "bancontact", "bandcamp", "basecamp", "bathasu", "behance", "big-cartel", "bing", "bit", "bitbucket", "bitcoin", "bitdefender", "bitly", "blackberry", "blender", "blogger-b", "blogger", "bluetooth-b", "bluetooth", "boeing", "boost", "bootstrap", "bower", "brand-ai", "brave", "btc", "buddy", "buffer", "buy-me-a-coffee", "buysellads", "buzzfeed", "c", "cakephp", "campaign-monitor", "canva", "cashapp", "cassandra", "castro", "cc-amazon-pay", "cc-amex", "cc-apple-pay", "cc-diners-club", "cc-discover", "cc-jcb", "cc-mastercard", "cc-paypal", "cc-stripe", "cc-visa", "centos", "cevo", "chase", "chef", "chromecast", "circle", "circleci", "cirrusci", "cisco", "civicrm", "clockify", "clojure", "cloudbees", "cloudflare", "cmake", "co-op", "codacy", "code-climate", "codecademy", "codecov", "codeigniter", "codepen", "coderwall", "codesandbox", "codeship", "codewars", "codio", "coffeescript", "common-workflow-language", "composer", "conda-forge", "conekta", "confluence", "coreui-c", "coreui", "coursera", "coveralls", "cpanel", "cplusplus", "creative-commons-by", "creative-commons-nc-eu", "creative-commons-nc-jp", "creative-commons-nc", "creative-commons-nd", "creative-commons-pd-alt", "creative-commons-pd", "creative-commons-remix", "creative-commons-sa", "creative-commons-sampling-plus", "creative-commons-sampling", "creative-commons-share", "creative-commons-zero", "creative-commons", "crunchbase", "crunchyroll", "css3-shiled", "css3", "csswizardry", "d3-js", "dailymotion", "dashlane", "dazn", "dblp", "debian", "deepin", "deezer", "delicious", "dell", "deno", "dependabot", "designer-news", "dev-to", "deviantart", "devrant", "diaspora", "digg", "digital-ocean", "discord", "discourse", "discover", "disqus", "disroot", "django", "docker", "docusign", "dot-net", "draugiem-lv", "dribbble", "drone", "dropbox", "drupal", "dtube", "duckduckgo", "dynatrace", "ebay", "eclipseide", "elastic-cloud", "elastic-search", "elastic-stack", "elastic", "electron", "elementary", "eleventy", "ello", "elsevier", "emlakjet", "empirekred", "envato", "epic-games", "epson", "esea", "eslint", "ethereum", "etsy", "event-store", "eventbrite", "evernote", "everplaces", "evry", "exercism", "experts-exchange", "expo", "eyeem", "f-secure", "facebook-f", "facebook", "faceit", "fandango", "favro", "feathub", "fedex", "fedora", "feedly", "fido-alliance", "figma", "filezilla", "firebase", "fitbit", "flask", "flattr", "flickr", "flipboard", "flutter", "fnac", "foursquare", "framer", "freebsd", "freecodecamp", "fur-affinity", "furry-network", "garmin", "gatsby", "gauges", "genius", "gentoo", "geocaching", "gerrit", "gg", "ghost", "gimp", "git", "gitea", "github", "gitkraken", "gitlab", "gitpod", "gitter", "glassdoor", "glitch", "gmail", "gnu-privacy-guard", "gnu-social", "gnu", "go", "godot-engine", "gog-com", "goldenline", "goodreads", "google-ads", "google-allo", "google-analytics", "google-chrome", "google-cloud", "google-keep", "google-pay", "google-play", "google-podcasts", "google", "googles-cholar", "gov-uk", "gradle", "grafana", "graphcool", "graphql", "grav", "gravatar", "greenkeeper", "greensock", "groovy", "groupon", "grunt", "gulp", "gumroad", "gumtree", "habr", "hackaday", "hackerearth", "hackerone", "hackerrank", "hackhands", "hackster", "happycow", "hashnode", "haskell", "hatena-bookmark", "haxe", "helm", "here", "heroku", "hexo", "highly", "hipchat", "hitachi", "hockeyapp", "homify", "hootsuite", "hotjar", "houzz", "hp", "html5-shield", "html5", "htmlacademy", "huawei", "hubspot", "hulu", "humble-bundle", "iata", "ibm", "icloud", "iconjar", "icq", "ideal", "ifixit", "imdb", "indeed", "inkscape", "instacart", "instagram", "instapaper", "intel", "intellijidea", "intercom", "internet-explorer", "invision", "ionic", "issuu", "itch-io", "jabber", "java", "javascript", "jekyll", "jenkins", "jest", "jet", "jetbrains", "jira", "joomla", "jquery", "js", "jsdelivr", "jsfiddle", "json", "jupyter", "justgiving", "kaggle", "kaios", "kaspersky", "kentico", "keras", "keybase", "keycdn", "khan-academy", "kibana", "kickstarter", "kik", "kirby", "klout", "known", "ko-fi", "kodi", "koding", "kotlin", "krita", "kubernetes", "lanyrd", "laravel-horizon", "laravel-nova", "laravel", "last-fm", "latex", "launchpad", "leetcode", "lenovo", "less", "lets-encrypt", "letterboxd", "lgtm", "liberapay", "librarything", "libreoffice", "line", "linkedin-in", "linkedin", "linux-foundation", "linux-mint", "linux", "livejournal", "livestream", "logstash", "lua", "lumen", "lyft", "macys", "magento", "magisk", "mail-ru", "mailchimp", "makerbot", "manjaro", "markdown", "marketo", "mastercard", "mastodon", "material-design", "mathworks", "matrix", "mattermost", "matternet", "maxcdn", "mcafee", "media-temple", "mediafire", "medium-m", "medium", "meetup", "mega", "mendeley", "messenger", "meteor", "micro-blog", "microgenetics", "microsoft-edge", "microsoft", "minetest", "minutemailer", "mix", "mixcloud", "mixer", "mojang", "monero", "mongodb", "monkeytie", "monogram", "monzo", "moo", "mozilla-firefox", "mozilla", "musescore", "mxlinux", "myspace", "mysql", "nativescript", "nec", "neo4j", "netflix", "netlify", "next-js", "nextcloud", "nextdoor", "nginx", "nim", "nintendo-3ds", "nintendo-gamecube", "nintendo-switch", "nintendo", "node-js", "node-red", "nodemon", "nokia", "notion", "npm", "nucleo", "nuget", "nuxt-js", "nvidia", "ocaml", "octave", "octopus-deploy", "oculus", "odnoklassniki", "open-access", "open-collective", "open-id", "open-source-initiative", "openstreetmap", "opensuse", "openvpn", "opera", "opsgenie", "oracle", "orcid", "origin", "osi", "osmc", "overcast", "overleaf", "ovh", "pagekit", "palantir", "pandora", "pantheon", "patreon", "paypal", "periscope", "php", "picarto-tv", "pinboard", "pingdom", "pingup", "pinterest-p", "pinterest", "pivotaltracker", "plangrid", "player-me", "playerfm", "playstation", "playstation3", "playstation4", "plesk", "plex", "pluralsight", "plurk", "pocket", "postgresql", "postman", "postwoman", "powershell", "prettier", "prismic", "probot", "processwire", "product-hunt", "proto-io", "protonmail", "proxmox", "pypi", "python", "pytorch", "qgis", "qiita", "qq", "qualcomm", "quantcast", "quantopian", "quarkus", "quora", "qwiklabs", "qzone", "r", "radiopublic", "rails", "raspberry-pi", "react", "read-the-docs", "readme", "realm", "reason", "redbubble", "reddit-alt", "reddit", "redhat", "redis", "redux", "renren", "reverbnation", "riot", "ripple", "riseup", "rollup-js", "roots", "roundcube", "rss", "rstudio", "ruby", "rubygems", "runkeeper", "rust", "safari", "sahibinden", "salesforce", "saltstack", "samsung-pay", "samsung", "sap", "sass-alt", "sass", "saucelabs", "scala", "scaleway", "scribd", "scrutinizerci", "seagate", "sega", "sellfy", "semaphoreci", "sensu", "sentry", "server-fault", "shazam", "shell", "shopify", "showpad", "siemens", "signal", "sina-weibo", "sitepoint", "sketch", "skillshare", "skyliner", "skype", "slack", "slashdot", "slickpic", "slides", "slideshare", "smashingmagazine", "snapchat", "snapcraft", "snyk", "society6", "socket-io", "sogou", "solus", "songkick", "sonos", "soundcloud", "sourceforge", "sourcegraph", "spacemacs", "spacex", "sparkfun", "sparkpost", "spdx", "speaker-deck", "spectrum", "spotify", "spotlight", "spreaker", "spring", "sprint", "squarespace", "stackbit", "stackexchange", "stackoverflow", "stackpath", "stackshare", "stadia", "statamic", "staticman", "statuspage", "steam", "steem", "steemit", "stitcher", "storify", "storybook", "strapi", "strava", "stripe-s", "stripe", "stubhub", "stumbleupon", "styleshare", "stylus", "sublime-text", "subversion", "superuser", "svelte", "svg", "swagger", "swarm", "swift", "symantec", "symfony", "synology", "t-mobile", "tableau", "tails", "tapas", "teamviewer", "ted", "teespring", "telegram-plane", "telegram", "tencent-qq", "tencent-weibo", "tensorflow", "terraform", "tesla", "the-mighty", "the-movie-database", "tidal", "tiktok", "tinder", "todoist", "toggl", "topcoder", "toptal", "tor", "toshiba", "trainerroad", "trakt", "travisci", "treehouse", "trello", "tripadvisor", "trulia", "tumblr", "twilio", "twitch", "twitter", "twoo", "typescript", "typo3", "uber", "ubisoft", "ublock-origin", "ubuntu", "udacity", "udemy", "uikit", "umbraco", "unity", "unreal-engine", "unsplash", "untappd", "upwork", "usb", "v8", "vagrant", "venmo", "verizon", "viadeo", "viber", "vim", "vimeo-v", "vimeo", "vine", "virb", "visa", "visual-studio-code", "visual-studio", "vk", "vlc", "vsco", "vue-js", "wattpad", "weasyl", "webcomponents-org", "webpack", "webstorm", "wechat", "whatsapp", "when-i-work", "wii", "wiiu", "wikipedia", "windows", "wire", "wireguard", "wix", "wolfram-language", "wolfram-mathematica", "wolfram", "wordpress", "wpengine", "x-pack", "xbox", "xcode", "xero", "xiaomi", "xing", "xrp", "xsplit", "y-combinator", "yahoo", "yammer", "yandex", "yarn", "yelp", "youtube", "zalando", "zapier", "zeit", "zendesk", "zerply", "zillow", "zingat", "zoom", "zorin", "zulip"]
2520
- iconsList.sort();
2621
- icons = [...new Set(iconsList)];

src/pug/views/icons/coreui-icons-flag.pug

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+callout-custom
18-
| CoreUI Admin Template is delivered with CoreUI Icons with more than 1500 icons in multiple formats SVG, JavaScript, and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile apps.
19-
br
20-
br
21-
| For more information please visit
22-
a(href='https://coreui.io/icons/' target='_blank') CoreUI Icons website
23-
| .
17+
include ../../_partials/docs-icons.pug
18+
2419
- var icons = ["AD", "AE", "AF", "AG", "AL", "AM", "AO", "AR", "AT", "AU", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CA", "CD", "CF", "CG", "CH", "CI", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ER", "ES", "ET", "FI", "FJ", "FM", "FR", "GA", "GB", "GD", "GE", "GH", "GM", "GN", "GQ", "GR", "GT", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IN", "IQ", "IR", "IS", "IT", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MG", "MH", "MK", "ML", "MM", "MN", "MR", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PG", "PH", "PK", "PL", "PT", "PW", "PY", "QA", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SI", "SK", "SL", "SM", "SN", "SO", "SR", "SS", "ST", "SV", "SY", "SZ", "TD", "TG", "TH", "TJ", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VN", "WS", "XK", "YE", "ZA", "ZM", "ZW"]
2520
- icons.sort();
2621
.card.mb-4

0 commit comments

Comments
 (0)