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

Closes #219: Change from Jekyll to Hugo, matching the changes in Twitter Bootstrap. #233

Merged
merged 42 commits into from Mar 26, 2021

Conversation

mmunro-ltrr
Copy link
Member

No description provided.

@mmunro-ltrr mmunro-ltrr requested a review from a team March 3, 2021 20:10
@mmunro-ltrr mmunro-ltrr self-assigned this Mar 3, 2021
@mmunro-ltrr mmunro-ltrr added this to In progress in AZ Quickstart via automation Mar 3, 2021
@mmunro-ltrr mmunro-ltrr marked this pull request as draft March 3, 2021 20:11
@mmunro-ltrr
Copy link
Member Author

Local builds are still failing for this: the rollup configuration might be messed up, but we've also had problems in the past with not traversing links within the container that runs the build.

@mmunro-ltrr mmunro-ltrr added this to the Early Adopters Release milestone Mar 3, 2021
.gitignore Outdated Show resolved Hide resolved
.gitignore Show resolved Hide resolved
@trackleft
Copy link
Member

trackleft commented Mar 3, 2021

This file https://github.com/az-digital/arizona-bootstrap/blob/main/js/src/index.js#L14

} from '../../node_modules/bootstrap/js/src/index.js'

Should be

} from '../../../node_modules/bootstrap/js/src/index.js'

Maybe?

@joeparsons
Copy link
Member

joeparsons commented Mar 3, 2021

This file path definitely needs to get updated to:
'../../node_modules/bootstrap/js/index.js'
in:

} from '../../node_modules/bootstrap/js/src/index.js'

(See twbs/bootstrap#32001)

AZ Quickstart automation moved this from In progress to Review in progress Mar 3, 2021
site/content/docs/2.0/components/buttons.md Outdated Show resolved Hide resolved
Copy link
Member

@trackleft trackleft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some path fixes

site/content/docs/2.0/extend/approach.md Outdated Show resolved Hide resolved
site/content/docs/2.0/extend/approach.md Outdated Show resolved Hide resolved
site/content/docs/2.0/getting-started/download.md Outdated Show resolved Hide resolved
site/content/docs/2.0/components/alerts.md Outdated Show resolved Hide resolved
site/content/docs/2.0/components/background-wrappers.md Outdated Show resolved Hide resolved
site/content/docs/2.0/components/popovers.md Outdated Show resolved Hide resolved
site/content/docs/2.0/components/popovers.md Outdated Show resolved Hide resolved
site/content/docs/2.0/components/progress.md Outdated Show resolved Hide resolved
site/content/docs/2.0/components/scrollspy.md Outdated Show resolved Hide resolved
site/content/docs/2.0/components/scrollspy.md Outdated Show resolved Hide resolved
site/content/docs/2.0/about/get-involved.md Outdated Show resolved Hide resolved
site/content/docs/2.0/backwards-compatibility.md Outdated Show resolved Hide resolved
site/content/docs/2.0/backwards-compatibility.md Outdated Show resolved Hide resolved
site/content/docs/2.0/backwards-compatibility.md Outdated Show resolved Hide resolved
site/content/docs/2.0/backwards-compatibility.md Outdated Show resolved Hide resolved
site/content/docs/2.0/deprecated.md Outdated Show resolved Hide resolved
site/content/docs/2.0/deprecated.md Outdated Show resolved Hide resolved
site/content/docs/2.0/deprecated.md Outdated Show resolved Hide resolved
site/content/docs/2.0/deprecated.md Outdated Show resolved Hide resolved
site/content/docs/2.0/deprecated.md Outdated Show resolved Hide resolved
@mmunro-ltrr mmunro-ltrr marked this pull request as ready for review March 26, 2021 16:17
@mmunro-ltrr mmunro-ltrr dismissed kevcooper’s stale review March 26, 2021 16:36

Should be resolved (extra bracket typo).

@mmunro-ltrr mmunro-ltrr requested a review from a team March 26, 2021 16:40

Should you require [build tools]({{< docsref "/getting-started/build-tools/#tooling-setup" >}}), they are included for developing {{< ourname >}} and its docs, but they're likely unsuitable for your own purposes.

<a href="{{ site.download.source }}" class="btn btn-bd-red" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="{{ site.download.source }}" class="btn btn-bd-red" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>
<a href="{{< param "download.source" >}}" class="btn btn-bd-red" onclick="ga('send', 'event', 'Getting started', 'Download', 'Download source');">Download source</a>

AZ Quickstart automation moved this from Review in progress to Reviewer approved Mar 26, 2021
@joeparsons joeparsons merged commit 25aac3b into main Mar 26, 2021
AZ Quickstart automation moved this from Reviewer approved to Done Mar 26, 2021
@joeparsons joeparsons deleted the feature/219 branch March 26, 2021 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
AZ Quickstart
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants