Skip to content

Commit 0e4bcc6

Browse files
committed
Merge branch 'master' of https://github.com/pankod/superplate
2 parents 853046c + c8aa05d commit 0e4bcc6

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="images/banner.png" align="center" />
33
</div>
44
<br/>
5-
<div align="center">Performance oriented UI Frameworks application boilerplate creator with TypeScript using the popular front-end ecosystem tools.</div>
5+
<div align="center">Performance-oriented frontend application creator with popular tools.</div>
66
<br/>
77

88

documentation/docusaurus.config.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const siteConfig = {
3434
themeConfig: {
3535
image: 'img/footer_icon.png',
3636
algolia: {
37-
apiKey: '3be60f4f8ffc24c75da84857d6323791',
37+
apiKey: '3b7cf26a19755c7de95bcb3632edd314',
3838
indexName: 'superplate',
3939
},
4040
navbar: {
@@ -106,6 +106,10 @@ const siteConfig = {
106106
label: 'Continuous Integrations',
107107
to: 'docs/ci/github-actions',
108108
},
109+
{
110+
label: 'Development',
111+
to: 'docs/development/how-it-works',
112+
},
109113
],
110114
},
111115
{

documentation/src/pages/index.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ function Sections() {
5555
<div className="col col--4 col--offset-1">
5656
<h2>All plugins has best practice</h2>
5757
<p>
58-
We have added all the <strong>best practices</strong> you need while creating your new project.
5958
superplate gives you many abilities to create your own plugin and interact with the others.
59+
You can add <strong>usefull, highly-demands front-end development tools and libraries</strong> as a plugin by using superplate CLI during the project creation phase.
6060
<br />
6161
<br />
6262
To create a project called <i>my-app</i>, run this command:
@@ -109,8 +109,7 @@ module.exports = {
109109
<div className="col col--4 col--offset-1">
110110
<h2>Easy to extend/customize plugin structure</h2>
111111
<p>
112-
Kolay extend/customize edilebilir plugin yapısı
113-
superplate gives you many abilities to create your own plugin and interact with the others.
112+
You can easily develop your own framework CLI and plugins according to your needs to on top of superplate codebase due to its framework/plugin agnostic nature.
114113
</p>
115114
<CodeBlock className="language-sh">
116115
npm run dev

0 commit comments

Comments
 (0)