Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated Status Page #376

Merged
merged 1 commit into from
Aug 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .browserslistrc

This file was deleted.

2 changes: 0 additions & 2 deletions content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ To use the compiled CSS files, add the following reference to angular.json.

When using core Bootstrap components like Modals and Accordions, include [ngx-bootstrap](https://valor-software.com/ngx-bootstrap/) in your application.

More information about component support of ngx-bootstrap can be found on the [Status page](/status/).

## Customize using Sass

The Sass files will be found in the `/scss` directory.
Expand Down
8 changes: 1 addition & 7 deletions content/sample-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ hideDate: true
---

- [1.x.x](/sample-page/next/) <small class="text-muted">(Unreleased)</small>
- [1.6.1](/sample-page/1.6.1/)
- [1.6.0](/sample-page/1.6.0/)
- [1.5.6](/sample-page/1.5.6/)
- [1.5.5](/sample-page/1.5.5/)
Expand All @@ -25,10 +26,3 @@ hideDate: true
- [1.1.0](/sample-page/1.1.0/)
- [1.0.1](/sample-page/1.0.1/)
- [1.0.0](/sample-page/1.0.0/)

<!--
- [0.9.5](/sample-page/0.9.5/)
- [0.9.2](/sample-page/0.9.2/)
- [0.9.1](/sample-page/0.9.1/)
- [0.9.0](/sample-page/0.9.0/)
-->
32 changes: 32 additions & 0 deletions content/sample-page/sample-page-161.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "Sample Page - 1.6.1"
layout: "sample-page"
description: "All components"
url: "/sample-page/1.6.1/"
private: true
hideToc: true
SamplePage: true
loadModusLayout: true
hideNav: true
hideSearch: true
hideFooter: true
sitemap_exclude: true
version: "1.6.1"
date: "2023-05-15"
modusCSS: "https://cdn.jsdelivr.net/npm/@trimbleinc/modus-bootstrap@1.6.1/dist/"
modusLayoutCSS: "https://cdn.jsdelivr.net/npm/@trimbleinc/modus-bootstrap@1.6.1/dist/modus-layout.min.css"
modusLayoutJS: "https://cdn.jsdelivr.net/npm/@trimbleinc/modus-bootstrap@1.6.1/dist/modus-layout.min.js"
images:
- "/icon.png"
---

<style>
@media (prefers-color-scheme: dark) {
.grid-item.bg-white {
background-color: #171c1e !important;
}
.modus-content {
background-color: #252a2e !important;
}
}
</style>
297 changes: 0 additions & 297 deletions content/status.md

This file was deleted.

8 changes: 4 additions & 4 deletions layouts/partials/card-component.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<div class="col-12 col-lg-6 col-xl-4 my-3" {{- if .Params.keywords }}data-tags="{{ .Params.keywords }}"{{- end -}}>
<div class="col-12 col-lg-6 col-xl-4 my-3" {{- if .Params.keywords }}data-tags="{{ .Params.keywords }}" {{- end -}}>
<div class="card card-blog-brief h-100 border bg-light shadow-sm">
<div class="card-header card-{{- .Title | urlize }} top-rounded mb-0 pb-0 border-0"
style="background-image: url(/img/components/headers/{{ .Title | urlize }}.png);">
style="background-image: url(/img/components/headers/{{- .Title | urlize -}}.png);">
</div>
<div class="card-body bg-white border-0 pb-0">
<h3 class="card-title px-2 ml-n2 name{{- if .Params.DoNotTranslateTitle }} notranslate{{- end -}}">
{{- .Title -}}
</h3>
<p class="px-2 ml-n2">
<a href="{{ .RelPermalink }}" class="stretched-link text-decoration-none text-muted">
<a href="{{- .RelPermalink -}}" class="stretched-link text-decoration-none text-muted">
{{- with .Description }}{{- . -}}
{{ else }}{{ with .Summary }}{{ . | plainify | htmlUnescape }}
{{- end -}}{{- end -}}
</a>
</p>
</div>
</div>
</div>
</div>
Loading
Loading