Skip to content

Commit 31d2c8c

Browse files
Writerside initialized
1 parent a05d549 commit 31d2c8c

14 files changed

+203
-42
lines changed

docs/c.list

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE categories
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
4+
<categories>
5+
<category id="wrs" name="Writerside documentation" order="1"/>
6+
</categories>

docs/cfg/buildprofiles.xml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<variables>
4+
<!-- <algolia-api-key>1830e628456a000ddfeb32941f42a78c</algolia-api-key>-->
5+
<!-- <algolia-id>K2N865FUBK</algolia-id>-->
6+
<!-- <algolia-index>laravel-lang</algolia-index>-->
7+
<generate-canonicals>true</generate-canonicals>
8+
<header-logo>logo.svg</header-logo>
9+
<locale-code>en_US</locale-code>
10+
<og-image>
11+
https://raw.githubusercontent.com/TheDragonCode/art/main/splash/github.png
12+
</og-image>
13+
<color-preset>contrast</color-preset>
14+
<primary-color>frozen</primary-color>
15+
<web-root>https://deploy-operations.dragon-code.pro</web-root>
16+
<enable-browser-edits>true</enable-browser-edits>
17+
<browser-edits-url>
18+
https://github.com/TheDragonCode/laravel-deploy-operations/edit/main/docs/
19+
</browser-edits-url>
20+
<custom-favicons>
21+
favicon.svg,favicon.svg,favicon.svg,favicon.svg
22+
</custom-favicons>
23+
</variables>
24+
<build-profile instance="deploy-operations">
25+
<variables>
26+
<noindex-content>false</noindex-content>
27+
</variables>
28+
</build-profile>
29+
<sitemap priority="0.5" change-frequency="weekly"/>
30+
<footer>
31+
<link href="https://github.com/TheDragonCode/laravel-deploy-operations">
32+
GitHub
33+
</link>
34+
<link href="https://github.com/TheDragonCode/laravel-deploy-operations/issues">
35+
Issues
36+
</link>
37+
</footer>
38+
</buildprofiles>

docs/deploy-operations.tree

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE instance-profile
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
4+
5+
<instance-profile id="deploy-operations"
6+
name="Laravel Deploy Operations"
7+
start-page="introduction.topic">
8+
9+
<toc-element topic="introduction.topic"/>
10+
<toc-element topic="license.topic" toc-title="License"/>
11+
</instance-profile>

docs/images/badge-not-supported.svg

+1
Loading
+1
Loading

docs/images/badge-supported.svg

+1
Loading

docs/images/badge-supported_dark.svg

+1
Loading

docs/images/favicon.svg

+40
Loading

docs/snippets/.gitkeep

Whitespace-only changes.

docs/topics/introduction.topic

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE topic
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
4+
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
6+
title="Introduction" id="introduction">
7+
8+
<p>
9+
<img
10+
src="https://preview.dragon-code.pro/the-dragon-code/deploy-operations.svg?brand=laravel&amp;mode=dark"
11+
alt="%instance%"
12+
/>
13+
</p>
14+
<p>
15+
<a href="%link-packagist%"><img src="%badge-stable%" alt="stable"/></a>
16+
<a href="%link-repository%"><img src="%badge-downloads%" alt="downloads"/></a>
17+
<a href="%link-workflows%"><img src="%badge-build%" alt="build"/></a>
18+
<a href="license.topic"><img src="%badge-license%" alt="license"/></a>
19+
</p>
20+
<p>
21+
22+
<control>Performing any actions during the deployment process</control>
23+
</p>
24+
<p>
25+
Create specific classes for a one-time or more-time usage, that can be executed automatically after each
26+
deployment.
27+
Perfect for seeding or updating some data instantly after some database changes, feature updates, or perform any
28+
actions.
29+
</p>
30+
<p>
31+
This package is for you if...
32+
</p>
33+
<list>
34+
<li>you regularly need to update specific data after you deploy new code</li>
35+
<li>you often perform jobs after deployment</li>
36+
<li>you sometimes forget to execute that one specific job and stuff gets crazy</li>
37+
<li>your code gets cluttered with jobs that are not being used anymore</li>
38+
<li>your co-workers always need to be reminded to execute that one job after some database changes</li>
39+
<li>you often seed or process data in a migration file (which is a big no-no!)</li>
40+
</list>
41+
</topic>

docs/topics/license.topic

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE topic
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
4+
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
6+
title="MIT License" id="license">
7+
8+
<p>
9+
Copyright (c) %year% %team-name%
10+
</p>
11+
<p>
12+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
13+
documentation files (the “Software”), to deal in the Software without restriction, including without limitation
14+
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
15+
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
16+
</p>
17+
<p>
18+
The above copyright notice and this permission notice shall be included in all copies or substantial portions
19+
of the Software.
20+
</p>
21+
<p>
22+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
23+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
24+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
25+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
26+
DEALINGS IN THE SOFTWARE.
27+
</p>
28+
</topic>

docs/v.list

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
3+
<vars>
4+
<var name="badge-not-supported" value="badge-not-supported.svg"/>
5+
<var name="badge-supported" value="badge-supported.svg"/>
6+
<var name="command-operations" value="php artisan operations"/>
7+
<var name="command-fresh" value="php artisan operations:fresh"/>
8+
<var name="command-install" value="php artisan operations:install"/>
9+
<var name="command-make:operation" value="php artisan make:operation"/>
10+
<var name="command-refresh" value="php artisan operations:refresh"/>
11+
<var name="command-reset" value="php artisan operations:reset"/>
12+
<var name="command-rollback" value="php artisan operations:rollback"/>
13+
<var name="command-status" value="php artisan operations:status"/>
14+
<var name="command-upgrade" value="php artisan operations:upgrade"/>
15+
<var name="config-filename" value="config/deploy-operations.php"/>
16+
<var name="install-package" value="composer require dragon-code/laravel-deploy-operations"/>
17+
<var name="team-name" value="The Dragon Code" />
18+
<var name="year" value="2024" />
19+
<var name="badge-stable" value="https://img.shields.io/github/v/release/TheDragonCode/laravel-actions?label=packagist&amp;style=flat-square" />
20+
<var name="badge-build" value="https://img.shields.io/github/actions/workflow/status/TheDragonCode/laravel-actions/phpunit.yml?style=flat-square" />
21+
<var name="badge-downloads" value="https://img.shields.io/packagist/dt/dragon-code/laravel-actions.svg?style=flat-square" />
22+
<var name="badge-license" value="https://img.shields.io/packagist/l/dragon-code/laravel-deploy-operations.svg?style=flat-square" />
23+
<var name="link-packagist" value="https://packagist.org/packages/dragon-code/laravel-deploy-operations" />
24+
<var name="link-repository" value="https://github.com/TheDragonCode/laravel-deploy-operations" />
25+
<var name="link-workflows" value="https://github.com/TheDragonCode/laravel-deploy-operations/actions" />
26+
</vars>

docs/writerside.cfg

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd">
3+
4+
<ihp version="2.0">
5+
<topics dir="topics" web-path="topics"/>
6+
<images dir="images" web-path="images"/>
7+
<snippets src="snippets"/>
8+
<instance src="deploy-operations.tree" web-path="/"/>
9+
</ihp>

old-docs/index.md

-42
This file was deleted.

0 commit comments

Comments
 (0)