# disco/1.3.53/backend/views/components/Docs/data/quickLinks.js

Discount Rules for WooCommerce – Disco | Dynamic Pricing, Conditions, Bulk, Bundle, BOGO, version 1.3.53. 35 lines.

- Page: https://pluginprobe.com/plugins/disco/1.3.53/code/backend/views/components/Docs/data/quickLinks.js
- Raw: https://pluginprobe.com/plugins/disco/1.3.53/raw/backend/views/components/Docs/data/quickLinks.js
- Modified: 2026-03-11T06:21:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disco/1.3.53/code/backend/views/components/Docs/data/quickLinks.js#L10-L20`.

```javascript
const quickLinks = [
	{
		label: 'Video Tutorials',
		icon: '🎬',
		link: 'https://www.youtube.com/@WebAppick',
	},
	{
		label: 'Disco Blogs',
		icon: '📰',
		link: 'https://discoplugin.com/blog/',
	},
	{
		label: 'Request a Feature',
		icon: '💡',
		link: 'https://discoplugin.com/my-account/suggest-feature/',
	},
	{
		label: 'Report a Bug',
		icon: '🐛',
		link: 'https://discoplugin.com/my-account/support/',
	},
	{
		label: 'Rate Disco on WP.org',
		icon: '⭐',
		link: 'https://wordpress.org/support/plugin/disco/reviews/#new-post',
	},
	{
		label: 'Changelog',
		icon: '🔄',
		link: 'https://discoplugin.com/changelog-and-release-notes/',
	},
];

export default quickLinks;

```
