mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 02:44:17 +01:00 
			
		
		
		
	Merge branch 'master' into develop
* master: Use script instead of npm package. feat: Add plausible update cSpell update latest news section
This commit is contained in:
		| @@ -114,6 +114,7 @@ | |||||||
|     "stopx", |     "stopx", | ||||||
|     "stopy", |     "stopy", | ||||||
|     "stylis", |     "stylis", | ||||||
|  |     "subhash-halder", | ||||||
|     "substate", |     "substate", | ||||||
|     "sveidqvist", |     "sveidqvist", | ||||||
|     "swimm", |     "swimm", | ||||||
| @@ -127,8 +128,8 @@ | |||||||
|     "tylerlong", |     "tylerlong", | ||||||
|     "ugge", |     "ugge", | ||||||
|     "unist", |     "unist", | ||||||
|     "upvoting", |  | ||||||
|     "unocss", |     "unocss", | ||||||
|  |     "upvoting", | ||||||
|     "valign", |     "valign", | ||||||
|     "verdana", |     "verdana", | ||||||
|     "viewports", |     "viewports", | ||||||
|   | |||||||
| @@ -6,8 +6,8 @@ | |||||||
|  |  | ||||||
| # Announcements | # Announcements | ||||||
|  |  | ||||||
| ## [Bad documentation is bad for developers](https://www.mermaidchart.com/blog/posts/bad-documentation-is-bad-for-developers) | ## [subhash-halder contributed quadrant charts so you can show your manager what to select - just like the strategy consultants at BCG do](https://www.mermaidchart.com/blog/posts/subhash-halder-contributed-quadrant-charts-so-you-can-show-your-manager-what-to-select-just-like-the-strategy-consultants-at-bcg-do/) | ||||||
|  |  | ||||||
| 26 April 2023 · 11 mins | 8 June 2023 · 7 mins | ||||||
|  |  | ||||||
| Documentation tends to be bad because companies and projects don’t fully realize the costs of bad documentation. | A quadrant chart is a useful diagram that helps users visualize data and identify patterns in a data set. | ||||||
|   | |||||||
| @@ -6,6 +6,12 @@ | |||||||
|  |  | ||||||
| # Blog | # Blog | ||||||
|  |  | ||||||
|  | ## [subhash-halder contributed quadrant charts so you can show your manager what to select - just like the strategy consultants at BCG do](https://www.mermaidchart.com/blog/posts/subhash-halder-contributed-quadrant-charts-so-you-can-show-your-manager-what-to-select-just-like-the-strategy-consultants-at-bcg-do/) | ||||||
|  |  | ||||||
|  | 8 June 2023 · 7 mins | ||||||
|  |  | ||||||
|  | A quadrant chart is a useful diagram that helps users visualize data and identify patterns in a data set. | ||||||
|  |  | ||||||
| ## [Bad documentation is bad for developers](https://www.mermaidchart.com/blog/posts/bad-documentation-is-bad-for-developers) | ## [Bad documentation is bad for developers](https://www.mermaidchart.com/blog/posts/bad-documentation-is-bad-for-developers) | ||||||
|  |  | ||||||
| 26 April 2023 · 11 mins | 26 April 2023 · 11 mins | ||||||
|   | |||||||
| @@ -16,11 +16,22 @@ export default defineConfig({ | |||||||
|   description: 'Create diagrams and visualizations using text and code.', |   description: 'Create diagrams and visualizations using text and code.', | ||||||
|   base: '/', |   base: '/', | ||||||
|   markdown: allMarkdownTransformers, |   markdown: allMarkdownTransformers, | ||||||
|   head: [['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]], |  | ||||||
|   ignoreDeadLinks: [ |   ignoreDeadLinks: [ | ||||||
|     // ignore all localhost links |     // ignore all localhost links | ||||||
|     /^https?:\/\/localhost/, |     /^https?:\/\/localhost/, | ||||||
|   ], |   ], | ||||||
|  |   head: [ | ||||||
|  |     ['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], | ||||||
|  |     [ | ||||||
|  |       'script', | ||||||
|  |       { | ||||||
|  |         defer: 'true', | ||||||
|  |         'data-domain': 'mermaid.js.org', | ||||||
|  |         // All tracked stats are public and available at https://p.mermaid.live/mermaid.js.org | ||||||
|  |         src: 'https://p.mermaid.live/js/script.js', | ||||||
|  |       }, | ||||||
|  |     ], | ||||||
|  |   ], | ||||||
|   themeConfig: { |   themeConfig: { | ||||||
|     nav: nav(), |     nav: nav(), | ||||||
|     editLink: { |     editLink: { | ||||||
|   | |||||||
| @@ -9,6 +9,7 @@ import HomePage from '../components/HomePage.vue'; | |||||||
| import { getRedirect } from './redirect.js'; | import { getRedirect } from './redirect.js'; | ||||||
|  |  | ||||||
| import { h } from 'vue'; | import { h } from 'vue'; | ||||||
|  |  | ||||||
| import Theme from 'vitepress/theme'; | import Theme from 'vitepress/theme'; | ||||||
| import '../style/main.css'; | import '../style/main.css'; | ||||||
| import 'uno.css'; | import 'uno.css'; | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # Announcements | # Announcements | ||||||
|  |  | ||||||
| ## [Bad documentation is bad for developers](https://www.mermaidchart.com/blog/posts/bad-documentation-is-bad-for-developers) | ## [subhash-halder contributed quadrant charts so you can show your manager what to select - just like the strategy consultants at BCG do](https://www.mermaidchart.com/blog/posts/subhash-halder-contributed-quadrant-charts-so-you-can-show-your-manager-what-to-select-just-like-the-strategy-consultants-at-bcg-do/) | ||||||
|  |  | ||||||
| 26 April 2023 · 11 mins | 8 June 2023 · 7 mins | ||||||
|  |  | ||||||
| Documentation tends to be bad because companies and projects don’t fully realize the costs of bad documentation. | A quadrant chart is a useful diagram that helps users visualize data and identify patterns in a data set. | ||||||
|   | |||||||
| @@ -1,5 +1,11 @@ | |||||||
| # Blog | # Blog | ||||||
|  |  | ||||||
|  | ## [subhash-halder contributed quadrant charts so you can show your manager what to select - just like the strategy consultants at BCG do](https://www.mermaidchart.com/blog/posts/subhash-halder-contributed-quadrant-charts-so-you-can-show-your-manager-what-to-select-just-like-the-strategy-consultants-at-bcg-do/) | ||||||
|  |  | ||||||
|  | 8 June 2023 · 7 mins | ||||||
|  |  | ||||||
|  | A quadrant chart is a useful diagram that helps users visualize data and identify patterns in a data set. | ||||||
|  |  | ||||||
| ## [Bad documentation is bad for developers](https://www.mermaidchart.com/blog/posts/bad-documentation-is-bad-for-developers) | ## [Bad documentation is bad for developers](https://www.mermaidchart.com/blog/posts/bad-documentation-is-bad-for-developers) | ||||||
|  |  | ||||||
| 26 April 2023 · 11 mins | 26 April 2023 · 11 mins | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sidharth Vinod
					Sidharth Vinod