Skip to content

Commit 1c94cc6

Browse files
authored
Merge branch 'trunk' into imagick
2 parents a065b97 + fb5f054 commit 1c94cc6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+10920
-25727
lines changed
Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
---
2+
slug: /contributing/documentation
3+
title: ডকুমেন্টেশন কন্ট্রিবিউশন
4+
description: প্লেগ্রাউন্ড ডকুমেন্টেশনে কীভাবে কন্ট্রিবিউশন করবেন, ইস্যু খোলা থেকে পুল রিকোয়েস্ট জমা দেওয়া পর্যন্ত, এই গাইডে তা ধাপে ধাপে দেখানো হয়েছে।
5+
---
6+
7+
<!--
8+
# Documentation contributions
9+
-->
10+
11+
# ডকুমেন্টেশন কন্ট্রিবিউশন
12+
13+
<!--
14+
[WordPress Playground's documentation site](/) is maintained by volunteers like you, who'd love your help.
15+
-->
16+
17+
[ওয়ার্ডপ্রেস প্লেগ্রাউন্ড ডকুমেন্টেশন সাইটটি](/) আপনার মতো ভলেন্টিয়ার দ্বারাই পরিচালিত, যারা আপনার সাহায্য পেলে খুশি হবে।
18+
19+
<!--
20+
All documentation-related issues are labeled [`[Type] Documentation`](https://github.com/WordPress/wordpress-playground/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%5BType%5D%20Documentation%22) or [`[Type] Developer Documentation`](https://github.com/WordPress/wordpress-playground/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%5BType%5D%20Developer%20Documentation%22) in the [WordPress/wordpress-playground](https://github.com/WordPress/wordpress-playground) repository. Browse the list of open issues to find one you'd like to work on. Alternatively, if you believe something is missing from the current documentation, open an issue to discuss your suggestion.
21+
-->
22+
23+
সমস্ত ডকুমেন্টেশন-সম্পর্কিত ইস্যুগুলো লেবেল করা থাকে [`[Type] Documentation`](https://github.com/WordPress/wordpress-playground/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%5BType%5D%20Documentation%22) অথবা [`[Type] Developer Documentation`](https://github.com/WordPress/wordpress-playground/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%5BType%5D%20Developer%20Documentation%22) ও [WordPress/wordpress-playground](https://github.com/WordPress/wordpress-playground) রিপোজিটরিতে। খোলা ইস্যুগুলোর তালিকা ব্রাউজ করে আপনার পছন্দের একটি নিয়ে কাজ শুরু করুন। বিকল্পভাবে, যদি আপনি মনে করেন বর্তমান ডকুমেন্টেশনে কিছু অনুপস্থিত আছে, তাহলে আপনার প্রস্তাব নিয়ে আলোচনা করতে একটি নতুন ইস্যু খুলুন।
24+
25+
<!--
26+
## How can I contribute?
27+
-->
28+
29+
## আমি কিভাবে কন্টিবিউট করতে পারি?
30+
31+
<!--
32+
You can contribute by [opening an issue in the project repository](https://github.com/WordPress/wordpress-playground/issues/new) and describing what you'd like to add or change.
33+
-->
34+
35+
আপনি [প্রজেক্ট রিপোজিটরিতে একটি ইস্যু খুলে](https://github.com/WordPress/wordpress-playground/issues/new) এবং আপনি কী যোগ করতে বা পরিবর্তন করতে চান তা বর্ণনা করে কন্টিবিউট করতে পারেন।
36+
37+
<!--
38+
If you feel up to it, write the content in the issue description, and the project contributors will take care of the rest.
39+
-->
40+
41+
যদি আপনার মনে হয়, তাহলে ইস্যুর বিবরণে কনটেন্টটি লিখে দিন এবং প্রকল্পের প্রজেক্ট কনট্রিবিউটররা বাকিটা দেখবে ।
42+
43+
<!--
44+
Would you like to see the documentation in your language? Check the [Translation section](/contributing/translations).
45+
-->
46+
47+
আপনি কি আপনার ভাষায় ডকুমেন্টেশন দেখতে চান? চেক করুন [ট্রান্সলেশন সেকশন](/contributing/translations)
48+
49+
<!--
50+
### Forking the repo, edit files locally and opening Pull Requests
51+
-->
52+
53+
### রিপোটি ফর্ক করুন, ফাইলগুলো লোকালি এডিট করুন এবং একটি পুল রিকোয়েস্ট দিন
54+
55+
<!--
56+
If you are familiar with markdown, you can [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) the `wordpress-playground` repo and propose changes and new documentation pages by submitting a Pull Request.
57+
-->
58+
59+
আপনি যদি মার্কডাউনের সাথে পরিচিত হন, তুমি [রিপোটি ফর্ক করে](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) `wordpress-playground` এ একটি পুল রিকোয়েস্ট জমা দিয়ে পরিবর্তন এবং নতুন ডকুমেন্টেশন পেজের প্রস্তাব করুন।
60+
61+
<!--
62+
The process of creating a branch to open new PRs with translated pages on the [WordPress/wordpress-playground](https://github.com/WordPress/wordpress-playground) repository is the same than contributing to other WordPress repositories such as gutenberg:
63+
https://developer.wordpress.org/block-editor/contributors/code/git-workflow/
64+
-->
65+
66+
রিপোজিটরিতে ট্রান্সলেট পেজগুলি নিয়ে নতুন পুল খোলার জন্য একটি ব্রাঞ্চ তৈরির প্রক্রিয়া [WordPress/wordpress-playground](https://github.com/WordPress/wordpress-playground) গুটেনবার্গের মতো অন্যান্য ওয়ার্ডপ্রেস রিপোজিটরিতে অবদান রাখার প্রক্রিয়ার মতো একই রকম:
67+
https://developer.wordpress.org/block-editor/contributors/code/git-workflow/
68+
69+
<!--
70+
The documentation files (`.md` files) are stored in Playground's GitHub repository, [under `/packages/docs/site/docs`](https://github.com/WordPress/wordpress-playground/tree/trunk/packages/docs/site/docs) for English and [`/packages/docs/site/i18n`](https://github.com/WordPress/wordpress-playground/tree/trunk/packages/docs/site/i18n) for other languages.
71+
-->
72+
73+
ডকুমেন্টেশন ফাইলগুলো (`.md` ফাইলগুলো) প্লেগ্রাউন্ডের গিটহাব রিপোজিটরিতে সংরক্ষণ করা হয়, [under `/packages/docs/site/docs`](https://github.com/WordPress/wordpress-playground/tree/trunk/packages/docs/site/docs) ইংরেজির জন্য এবং [`/packages/docs/site/i18n`](https://github.com/WordPress/wordpress-playground/tree/trunk/packages/docs/site/i18n) অন্যান্য ভাষার জন্য।
74+
75+
<!--
76+
### Edit in the browser
77+
-->
78+
79+
### ব্রাউজারে এডিট করুন
80+
81+
<!--
82+
If logged in GitHub, you can also edit existing files (or add new ones) and submit a PR directly from the GitHub UI:
83+
-->
84+
85+
আপনি যদি গিটহাব এ লগইন করে থাকেন, তাহলে সরাসরি গিটহাব ইউআই থেকেই বিদ্যমান ফাইল এডিট করতে (বা নতুন ফাইল যোগ করতে) এবং একটি পুল রিকোয়েস্ট জমা দিতে পারবেন:
86+
87+
<!--
88+
1. Find the page you'd like to edit or the directory of the chapter you'd like to add a new page to.
89+
2. Click the **Add Files** button to add a new file, or click on an existing file and then click the pencil icon to edit it.
90+
3. GitHub will ask you to fork the repository and create a new branch with your changes.
91+
4. An editor will open where you can make the changes.
92+
5. When you're done, click the **Commit Changes** button and submit a Pull Request.
93+
-->
94+
95+
1. যে পেজটি আপনি এডিট করতে চান সেটি খুঁজে নিন, অথবা যে অধ্যায়ের মধ্যে নতুন পেজ যোগ করতে চান, সেই ডিরেক্টরিটি সিলেক্ট করুন।
96+
2. নতুন ফাইল যোগ করতে **এড ফাইল** বাটনে ক্লিক করুন, অথবা কোনো বিদ্যমান ফাইলে ক্লিক করে তারপর এডিট করতে পেন্সিল আইকনে ক্লিক করুন।
97+
3. গিটহাব আপনাকে রিপোজিটরিটি ফোর্ক করতে এবং আপনার পরিবর্তনগুলি দিয়ে একটি নতুন ব্রাঞ্চ তৈরি করতে বলবে।
98+
4. একটি এডিটর খুলবে যেখানে আপনি পরিবর্তনগুলি করতে পারবেন।
99+
5. আপনার কাজ শেষ হলে, **কমিট পরিবর্তন** বাটনে ক্লিক করুন এবং একটি পুল রিকোয়েস্ট সাবমিট করুন।
100+
101+
<!--
102+
That's it! You've just contributed to the WordPress Playground documentation.
103+
-->
104+
105+
এটাই! আপনি মাত্রই ওয়ার্ডপ্রেস প্লেগ্রাউন্ড ডকুমেন্টেশনে কন্টিবিউট করেছেন।
106+
107+
<!--
108+
This approach means you don't need to clone the repository, set up a local development environment, or run any commands.
109+
-->
110+
111+
এই পদ্ধতিতে আপনাকে রিপোজিটরি ক্লোন করতে হবে না, লোকাল ডেভেলপমেন্ট এনভায়রনমেন্ট সেটআপ করতে হবে না, কিংবা কোনো কমান্ড চালাতেও হবে না।
112+
113+
<!--
114+
The downside is that you won't be able to preview your changes. Keep reading to learn how to review your changes before submitting a Pull Request.
115+
-->
116+
117+
খারাপ দিক হল আপনি আপনার পরিবর্তনগুলি প্রিভিউ করতে পারবেন না। পুল রিকোয়েস্ট জমা দেওয়ার আগে আপনার পরিবর্তনগুলি কীভাবে পর্যালোচনা করবেন তা জানতে পড়তে থাকুন।
118+
119+
<!--
120+
### Local preview
121+
-->
122+
123+
### লোকাল প্রিভিউ
124+
125+
<!--
126+
Clone the repository and navigate to the directory on your device. Now run the following commands:
127+
-->
128+
129+
রিপোজিটরিটি ক্লোন করুন এবং আপনার ডিভাইসের ডিরেক্টরিতে নেভিগেট করুন। এখন নিম্নলিখিত কমান্ডগুলি চালান:
130+
131+
```bash
132+
npm install
133+
npm run build:docs
134+
npm run dev:docs
135+
```
136+
<!--
137+
The documentation site opens in a new browser tab and refreshes automatically with each change. Continue to edit the relevant file in your code editor and test the changes in real-time.
138+
-->
139+
140+
ডকুমেন্টেশন সাইটটি একটি নতুন ব্রাউজার ট্যাবে খোলে এবং প্রতিটি পরিবর্তনের সাথে স্বয়ংক্রিয়ভাবে রিফ্রেশ হয়। আপনার কোড এডিটরে প্রাসঙ্গিক ফাইলটি এডিট করা চালিয়ে যান এবং রিয়েল-টাইমে পরিবর্তনগুলি পরীক্ষা করুন।

packages/playground/wordpress-builds/public/wp-nightly/wordpress-remote-asset-paths

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,10 @@ wp-includes/blocks/query-pagination/editor.css
802802
wp-includes/blocks/query-pagination/editor-rtl.min.css
803803
wp-includes/blocks/query-pagination/style-rtl.min.css
804804
wp-includes/blocks/math/block.json
805+
wp-includes/blocks/math/editor-rtl.css
806+
wp-includes/blocks/math/editor.min.css
807+
wp-includes/blocks/math/editor.css
808+
wp-includes/blocks/math/editor-rtl.min.css
805809
wp-includes/blocks/gallery/block.json
806810
wp-includes/blocks/gallery/style.min.css
807811
wp-includes/blocks/gallery/style.css
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/accordion-heading/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "core/accordion-heading",
55
"title": "Accordion Heading",
66
"category": "design",
7-
"description": "Displays an accordion heading.",
7+
"description": "Toggles the accordion panel.",
88
"parent": [ "core/accordion-item" ],
99
"usesContext": [
1010
"core/accordion-icon-position",

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/accordion-item/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "core/accordion-item",
55
"title": "Accordion Item",
66
"category": "design",
7-
"description": "Displays a section of content in an accordion, including a heading and expandable content.",
7+
"description": "Wraps the heading and panel in one unit.",
88
"parent": [ "core/accordion" ],
99
"allowedBlocks": [ "core/accordion-heading", "core/accordion-panel" ],
1010
"supports": {

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/accordion-panel/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "core/accordion-panel",
55
"title": "Accordion Panel",
66
"category": "design",
7-
"description": "Displays an accordion panel.",
7+
"description": "Contains the hidden or revealed content beneath the heading.",
88
"parent": [ "core/accordion-item" ],
99
"supports": {
1010
"html": false,

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/accordion/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "core/accordion",
55
"title": "Accordion",
66
"category": "design",
7-
"description": "Displays a group of accordion headings and associated expandable content.",
7+
"description": "Displays a foldable layout that groups content in collapsible sections.",
88
"example": {},
99
"supports": {
1010
"anchor": true,

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/home-link/block.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"textdomain": "default",
1010
"attributes": {
1111
"label": {
12-
"type": "string"
12+
"type": "string",
13+
"role": "content"
1314
}
1415
},
1516
"usesContext": [

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/image/view.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,11 @@ const { state, actions, callbacks } = (0,interactivity_namespaceObject.store)(
248248
`;
249249
},
250250
setButtonStyles() {
251-
const { imageId } = (0,interactivity_namespaceObject.getContext)();
252251
const { ref } = (0,interactivity_namespaceObject.getElement)();
252+
if (!ref) {
253+
return;
254+
}
255+
const { imageId } = (0,interactivity_namespaceObject.getContext)();
253256
state.metadata[imageId].imageRef = ref;
254257
state.metadata[imageId].currentSrc = ref.currentSrc;
255258
const {

0 commit comments

Comments
 (0)