Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Rebrand from DTA to AUDS #759

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/----bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ about: If something isn't working as expected

# Bug report

- [ ] I’ve read and understood the [Contributing guidelines](https://github.com/govau/design-system-site/blob/master/CONTRIBUTING.md) and have done my best effort to follow them.
- [ ] I’ve read and agree to the [Code of Conduct](https://github.com/govau/design-system-site/blob/master/CODE_OF_CONDUCT.md).
- [ ] I’ve read and understood the [Contributing guidelines](https://github.com/designsystemau/design-system-site/blob/master/CONTRIBUTING.md) and have done my best effort to follow them.
- [ ] I’ve read and agree to the [Code of Conduct](https://github.com/designsystemau/design-system-site/blob/master/CODE_OF_CONDUCT.md).
- [ ] I’ve searched for any related issues and avoided creating a duplicate issue.

## What happened
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ about: Suggest an idea for this project
---

# Feature Request
- [ ] I’ve read and understood the [Contributing guidelines](https://github.com/govau/design-system-site/blob/master/CONTRIBUTING.md) and have done my best effort to follow them.
- [ ] I’ve read and agree to the [Code of Conduct](https://github.com/govau/design-system-site/blob/master/CODE_OF_CONDUCT.md).
- [ ] I’ve read and understood the [Contributing guidelines](https://github.com/designsystemau/design-system-site/blob/master/CONTRIBUTING.md) and have done my best effort to follow them.
- [ ] I’ve read and agree to the [Code of Conduct](https://github.com/designsystemau/design-system-site/blob/master/CODE_OF_CONDUCT.md).
- [ ] I’ve searched for any related issues and avoided creating a duplicate issue.
- [ ] I've searched the [community forums](https://community.digital.gov.au/c/designsystem) to check for related issues or feature requests

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---support-question.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ about: If you need support using the design system website (the community is her

# Support question

- [ ] I’ve read and agree to the [Code of Conduct](https://github.com/govau/design-system-site/blob/master/CODE_OF_CONDUCT.md).
- [ ] I’ve read and agree to the [Code of Conduct](https://github.com/designsystemau/design-system-site/blob/master/CODE_OF_CONDUCT.md).
- [ ] I’ve searched for any related issues/questions on github
- [ ] I've searched the [community forums](https://community.digital.gov.au/c/designsystem) to check for related issues or support questions

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/--join-the-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are several ways you can contribute:

1. Participate in the discussions on the [community forums](https://community.digital.gov.au/c/designsystem)

2. Donate developer time on the [open issues](https://github.com/govau/design-system-components/issues)
2. Donate developer time on the [open issues](https://github.com/designsystemau/design-system-components/issues)

3. Identify any bugs or improvements and create an issue

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/-design-system-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ about: Suggest an idea or report a bug with a Design System component

<!-- Click "Preview" for a nicer view! -->

To report a problem or suggest an idea for a Design System Component, please visit the [components repository](https://github.com/govau/design-system-components/issues/new/choose).
To report a problem or suggest an idea for a Design System Component, please visit the [components repository](https://github.com/designsystemau/design-system-components/issues/new/choose).
26 changes: 26 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Build and Deploy
on:
push:
branches:
- master

jobs:
build-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.13.1]

steps:
- name: Checkout 🛎️
uses: actions/[email protected]

- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ npm-debug.log


# artifacts
site/
docs/
**/_auds/**
000-auds.js
src/assets/css/style.css
Expand Down
2 changes: 1 addition & 1 deletion .templates/new-module/code/react-exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: section

| Name | Type | Description
|------------|---------|-----------------------------------------------------------------------------
| `AUTODO` | default | The TODO component Get from https://github.com/govau/design-system-components
| `AUTODO` | default | The TODO component Get from https://github.com/designsystemau/design-system-components

### [md]node_modules import

Expand Down
2 changes: 1 addition & 1 deletion .templates/new-module/code/react-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: section

| Prop name | Type | Description
|-----------|---------------------------------------------------------------------------------------
| TODO | TODO | TODO Get from https://github.com/govau/design-system-components
| TODO | TODO | TODO Get from https://github.com/designsystemau/design-system-components
<!-- | label | string | Provide the aria label
| items | object | The link, text and props for each of the breadcrumbs
| items[0].link | string | The link of the breadcrumb, optional
Expand Down
2 changes: 1 addition & 1 deletion .templates/new-module/code/react-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ layout: section
```jsx
import AUTODO from '@gov.au/TODO';

Get from https://github.com/govau/design-system-components
Get from https://github.com/designsystemau/design-system-components
```
4 changes: 2 additions & 2 deletions .templates/new-module/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ examples:
code:
- HTML: |
TODO HTML
Get from https://github.com/govau/design-system-components
Get from https://github.com/designsystemau/design-system-components
- React: |
TODO React
Get from https://github.com/govau/design-system-components
Get from https://github.com/designsystemau/design-system-components
---
## Default

Expand Down
2 changes: 1 addition & 1 deletion .templates/new-module/discussion/github-intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: component/discussion-callout
btntext: GitHub
btnurl: https://github.com/govau/design-system-components/tree/master/packages/
btnurl: https://github.com/designsystemau/design-system-components/tree/master/packages/
btntype: secondary
---

Expand Down
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ or permanent expulsion from the community without warning (and without refund in
## 6. Reporting Guidelines

If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible via
designsystem@dta.gov.au.
designsystem@designsystem.org.

Additionally, community organizers are available to help community members engage with local law enforcement or to otherwise help those experiencing
unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.
Expand All @@ -81,7 +81,7 @@ the potential to adversely affect the safety and well-being of community members

## 9. Contact info

designsystem@dta.gov.au
designsystem@designsystem.org

## 10. License and attribution

Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before you begin experimenting with the Design System site it is recommended tha

To set up the Design System site locally, do the following.

- Visit the [design system site repository](https://github.com/govau/design-system-site)
- Visit the [design system site repository](https://github.com/designsystemau/design-system-site)
- Clone or download the repository to your local machine.
- Open the terminal and navigate to where you have saved the repository.
- Enter `npm install` to install the components.
Expand All @@ -44,7 +44,7 @@ To set up the Design System site locally, do the following.
-------------------------------------------------------------------------------------------------
## Reporting Bugs, Asking Questions, Sending Suggestions

Use the search in [issues](https://github.com/govau/design-system-site/issues) to see if the same bug, question or suggestion has already been raised.
Use the search in [issues](https://github.com/designsystemau/design-system-site/issues) to see if the same bug, question or suggestion has already been raised.

If you’re filing a bug, specific steps to reproduce are helpful. Please reference the module that has the bug, along with what you expected to see and what
happened instead. For more info look at our [issue template](./ISSUE_TEMPLATE.md).
Expand All @@ -59,7 +59,7 @@ happened instead. For more info look at our [issue template](./ISSUE_TEMPLATE.md

We use a static site generator called [cuttlebelle](https://cuttlebelle.com/). This means that all of the content in our site lives in markdown files.

To contribute content we recommend first editing the files in the [content folder](https://github.com/govau/design-system-site/tree/master/content).
To contribute content we recommend first editing the files in the [content folder](https://github.com/designsystemau/design-system-site/tree/master/content).


**[⬆ back to top](#contents)**
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> **The Australian Government Design System has been decommissioned [Visit our community page for more information](https://community.digital.gov.au/t/dta-design-system-has-been-decommissioned/4649)**

Australian Government Design System - Website
====

Expand Down
80 changes: 40 additions & 40 deletions content/_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@
# THE `pancake` and `auds` FIELDS WILL BE OVERWRITTEN

pancake:
downloads: 80446
downloads: 81382
modules:
'@gov.au/pancake': 20050
'@gov.au/pancake-js': 12476
'@gov.au/pancake-json': 17078
'@gov.au/pancake-react': 13358
'@gov.au/pancake-sass': 16826
'@gov.au/syrup': 658
stars: 91
'@gov.au/pancake': 20266
'@gov.au/pancake-js': 12528
'@gov.au/pancake-json': 17196
'@gov.au/pancake-react': 13582
'@gov.au/pancake-sass': 17129
'@gov.au/syrup': 681
stars: 94
auds:
downloads: 258961
downloads: 264360
modules:
'@gov.au/accordion': 8565
'@gov.au/animate': 12530
'@gov.au/body': 11312
'@gov.au/breadcrumbs': 8726
'@gov.au/buttons': 10892
'@gov.au/callout': 8204
'@gov.au/card': 9482
'@gov.au/control-input': 10370
'@gov.au/core': 15847
'@gov.au/cta-link': 9571
'@gov.au/direction-links': 7797
'@gov.au/footer': 10333
'@gov.au/form': 6262
'@gov.au/grid-12': 8430
'@gov.au/header': 9608
'@gov.au/headings': 7588
'@gov.au/inpage-nav': 6718
'@gov.au/keyword-list': 6206
'@gov.au/link-list': 10757
'@gov.au/main-nav': 7694
'@gov.au/page-alerts': 9195
'@gov.au/progress-indicator': 6539
'@gov.au/responsive-media': 7090
'@gov.au/searchbox': 4797
'@gov.au/select': 8319
'@gov.au/side-nav': 6458
'@gov.au/skip-link': 7289
'@gov.au/table': 5252
'@gov.au/tags': 6586
'@gov.au/text-inputs': 10544
stars: 716
'@gov.au/accordion': 8676
'@gov.au/animate': 12567
'@gov.au/body': 11494
'@gov.au/breadcrumbs': 8986
'@gov.au/buttons': 11083
'@gov.au/callout': 8353
'@gov.au/card': 9830
'@gov.au/control-input': 10532
'@gov.au/core': 16230
'@gov.au/cta-link': 9789
'@gov.au/direction-links': 7911
'@gov.au/footer': 10541
'@gov.au/form': 6533
'@gov.au/grid-12': 8518
'@gov.au/header': 9913
'@gov.au/headings': 7707
'@gov.au/inpage-nav': 6921
'@gov.au/keyword-list': 6394
'@gov.au/link-list': 10954
'@gov.au/main-nav': 7940
'@gov.au/page-alerts': 9294
'@gov.au/progress-indicator': 6656
'@gov.au/responsive-media': 7175
'@gov.au/searchbox': 4939
'@gov.au/select': 8403
'@gov.au/side-nav': 6622
'@gov.au/skip-link': 7477
'@gov.au/table': 5405
'@gov.au/tags': 6763
'@gov.au/text-inputs': 10754
stars: 725
12 changes: 6 additions & 6 deletions content/_shared/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mainlist:
- text: Forums
link: https://community.digital.gov.au/c/designsystem
- text: GitHub
link: https://github.com/govau/design-system-components/
link: https://github.com/designsystemau/design-system-components/
- text: Slack
link: https://govau-guides.slack.com/
- text: Roadmap
Expand All @@ -15,15 +15,15 @@ mainlist:

legallist:
- text: Privacy
link: https://www.dta.gov.au/privacy-statement
link: https://www.designsystem.org/privacy-statement
- text: Need help?
link: /support
- text: Accessibility
link: https://www.dta.gov.au/accessibility
link: https://www.designsystem.org/accessibility
- text: Disclaimer
link: https://www.dta.gov.au/disclaimer-and-copyright
link: https://www.designsystem.org/disclaimer-and-copyright
---

© Commonwealth of Australia. With the exception of the Commonwealth Coat of Arms and where otherwise noted, this work is licensed under the [MIT license](https://github.com/govau/design-system-components/blob/master/LICENSE)
This work is licensed under the [MIT license](https://github.com/designsystemau/design-system-components/blob/master/LICENSE)

Hosted on [cloud.gov.au](https://cloud.gov.au).
This work is a fork that was previously licenced under the [MIT license](https://github.com/govau/design-system-components/blob/master/LICENSE)
4 changes: 2 additions & 2 deletions content/_shared/header-govau.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: structure/header-govau
publisher: dta.gov.au
publisher_url: https://dta.gov.au
publisher: designsystem.org
publisher_url: https://designsystem.org
left_title: The .gov.au means it’s official
left_content: Australian government websites always use a .gov.au domain. Before sharing sensitive information online, make sure you’re on a .gov.au site by inspecting your browser’s address (or 'location') bar.
right_title: This site is secure.
Expand Down
1 change: 0 additions & 1 deletion content/_shared/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ layout: structure/header
title: Design System
title_badge: beta
mainmenu: /_shared/mainmenu.md
header_govau: header-govau.md
---
2 changes: 1 addition & 1 deletion content/_shared/mainmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ navigation:
- alignment: right
items:
- text: GitHub
link: https://github.com/govau/design-system-components/
link: https://github.com/designsystemau/design-system-components/
- text: Download
link: /download
---
Loading