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

Docs: Add Product Hunt info #4900

Merged
merged 3 commits into from Oct 4, 2023
Merged

Docs: Add Product Hunt info #4900

merged 3 commits into from Oct 4, 2023

Conversation

huynhicode
Copy link
Member

@huynhicode huynhicode commented Oct 3, 2023

📑 Summary

This PR contains updates to the Docs:

  • update fourth card on homepage to include Product Hunt link
  • update navbar Integrations link to route to Mermaid Chart page
  • add Product Hunt badge to Mermaid Chart page
  • update Announcements page to include Product Hunt info

Resolves #

📏 Design Decisions

Design decisions made by Mermaid Chart team.

📋 Tasks

Make sure you

@netlify
Copy link

netlify bot commented Oct 3, 2023

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 8c7e90c
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/651d14f2c1c04e0008518525
😎 Deploy Preview https://deploy-preview-4900--mermaid-js.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@huynhicode huynhicode requested a review from knsv October 3, 2023 23:34
@huynhicode huynhicode changed the base branch from develop to master October 3, 2023 23:35
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #4900 (7b20e7e) into master (f1895ac) will decrease coverage by 32.37%.
Report is 188 commits behind head on master.
The diff coverage is 24.45%.

❗ Current head 7b20e7e differs from pull request most recent head dc04d17. Consider uploading reports for the commit dc04d17 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #4900       +/-   ##
===========================================
- Coverage   76.03%   43.67%   -32.37%     
===========================================
  Files         146       20      -126     
  Lines       14569     4632     -9937     
  Branches      592       21      -571     
===========================================
- Hits        11078     2023     -9055     
+ Misses       3368     2608      -760     
+ Partials      123        1      -122     
Flag Coverage Δ
e2e ?
unit 43.67% <24.45%> (-1.89%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
packages/mermaid/src/config.ts 52.22% <100.00%> (-22.27%) ⬇️
packages/mermaid/src/diagrams/gantt/ganttDb.js 76.67% <100.00%> (-7.10%) ⬇️
packages/mermaid/src/diagrams/common/commonDb.ts 87.50% <87.50%> (ø)
packages/mermaid/src/diagrams/common/common.ts 52.78% <10.00%> (-25.05%) ⬇️
packages/mermaid/src/utils/sanitizeDirective.ts 13.09% <13.09%> (ø)
packages/mermaid/src/utils.ts 42.35% <22.96%> (-17.96%) ⬇️

... and 136 files with indirect coverage changes

@sidharthv96 sidharthv96 merged commit 459f5a5 into master Oct 4, 2023
20 of 23 checks passed
@sidharthv96 sidharthv96 deleted the add-product-hunt branch October 4, 2023 07:32
sidharthv96 added a commit that referenced this pull request Oct 4, 2023
* master:
  Update docs
  Fix lint issue
  Fix release version
  Fix TopBar
  Add MC to integrations
  Add TopBar
  Docs: Add Product Hunt info (#4900)
sidharthv96 added a commit that referenced this pull request Oct 6, 2023
* develop: (61 commits)
  Revert "fix: Reduce gantt exclude days length"
  Commented out broken test (#4913)
  fix: Reduce gantt exclude days length
  Update docs
  Fix lint issue
  Fix release version
  Fix TopBar
  Add MC to integrations
  Add TopBar
  Fix docs
  Docs: Add Product Hunt info (#4900)
  Update docs
  Merge branch 'release/10.5.0'
  Mermaid release v10.5.0
  docs: typo fixed
  docs: typo fixed
  Fix for issue with backticks in ids in classDiagrams
  more fixes
  fix typo
  more link fixes
  ...
fuxingloh pushed a commit to fuxingloh/contented that referenced this pull request Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mermaid](https://togithub.com/mermaid-js/mermaid) | [`10.5.0` ->
`10.5.1`](https://renovatebot.com/diffs/npm/mermaid/10.5.0/10.5.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mermaid/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mermaid/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mermaid/10.5.0/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mermaid/10.5.0/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mermaid-js/mermaid (mermaid)</summary>

###
[`v10.5.1`](https://togithub.com/mermaid-js/mermaid/releases/tag/v10.5.1)

[Compare
Source](https://togithub.com/mermaid-js/mermaid/compare/v10.5.0...v10.5.1)

#### What's Changed

- Fix: Fix for subgraphs when using flowchart-elk by
[@&#8203;knsv](https://togithub.com/knsv)
- Docs: update Latest News section by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#4822
- Docs: update Ecosystem section by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#4817
- Docs: update Latest News section (Git Graph blog post) by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#4871
- Docs: Add Product Hunt info by
[@&#8203;huynhicode](https://togithub.com/huynhicode) in
[mermaid-js/mermaid#4900
- Revert PH changes by
[@&#8203;sidharthv96](https://togithub.com/sidharthv96) in
[mermaid-js/mermaid#4903

**Full Changelog**:
mermaid-js/mermaid@v10.5.0...v10.5.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/levaintech/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants