Skip to content

Commit

Permalink
Update for migration from Hyas to Thulite
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Aug 23, 2024
1 parent 6a382d7 commit f690665
Show file tree
Hide file tree
Showing 14 changed files with 216 additions and 2,225 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "gethyas/doks-core" }],
"changelog": ["@changesets/changelog-github", { "repo": "thuliteio/doks-core" }],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
2 changes: 1 addition & 1 deletion .changeset/five-grapes-smash.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@hyas/doks-core": patch
"@thulite/doks-core": patch
---

Allow custom kroki host
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
contact_links:
- name: 📘 Documentation
url: https://github.com/gethyas/getdoks.org
url: https://github.com/thuliteio/getdoks.org
about: File an issue or make an improvement to the Doks website.
- name: 💁 Support
url: https://github.com/gethyas/doks/discussions
url: https://github.com/thuliteio/doks/discussions
about: 'Get help on Doks Discussions'
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Why are we doing this? What use cases does it support? What is the expected outc

## Checks

- [ ] Read [Create a Pull Request](https://gethyas.com/docs/contributing/how-to-contribute/#create-a-pull-request)
- [ ] Read [Creating a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
- [ ] Supports all screen sizes (if relevant)
- [ ] Supports both light and dark mode (if relevant)
- [ ] Passes `npm run test`
- [ ] Passes `npm run test` (if relevant)
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @hyas/doks-core
# @thulite/doks-core

## 1.6.1

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2024 Hyas
Copyright (c) 2020-2024 Thulite

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict';

// import core.js
import '@hyas/core/assets/js/core.js';
import '@thulite/core/assets/js/core.js';

// Import clipboard.js
import 'js/clipboard.js';
Expand Down
4 changes: 2 additions & 2 deletions assets/js/clipboard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* clipboard.js for Bootstrap based Hyas sites
* Copyright 2021-2023 Hyas
* clipboard.js for Bootstrap based Thulite sites
* Copyright 2021-2024 Thulite
* Licensed under the MIT License
*/

Expand Down
4 changes: 2 additions & 2 deletions assets/js/dismissable-alert.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Dismissable alert for Bootstrap based Hyas sites
* Copyright 2021-2023 Hyas
* Dismissable alert for Bootstrap based Thulite sites
* Copyright 2021-2024 Thulite
* Licensed under the MIT License
*/

Expand Down
4 changes: 2 additions & 2 deletions assets/js/flexsearch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* FlexSearch for Bootstrap based Hyas sites
* Copyright 2021-2023 Hyas
* FlexSearch for Bootstrap based Thulite sites
* Copyright 2021-2024 Thulite
* Licensed under the MIT License
* Based on https://github.com/frjo/hugo-theme-zen/blob/main/assets/js/search.js
*/
Expand Down
4 changes: 2 additions & 2 deletions assets/js/search-modal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Search modal for Bootstrap based Hyas sites
* Copyright 2021-2023 Hyas
* Search modal for Bootstrap based Thulite sites
* Copyright 2021-2024 Thulite
* Licensed under the MIT License
*/

Expand Down
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 class="h4">Add new content</h2>
</div>
<div class="col-lg-5">
<h2 class="h4">Configure your site</h2>
<p>Edit your config in <code>config/_default/hyas/doks.toml</code>.</p>
<p>Edit your config in <code>config/_default/params.toml</code>.</p>
</div>
<div class="col-lg-5">
<h2 class="h4">Read the docs</h2>
Expand Down
Loading

0 comments on commit f690665

Please sign in to comment.