Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Dec 19, 2023
1 parent ec15734 commit 15c74a0
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
17 changes: 8 additions & 9 deletions docs/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,20 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<variables>
<generate-canonicals>true</generate-canonicals>
<!-- <header-logo>logo.svg</header-logo> -->
<header-logo>logo.png</header-logo>
<locale-code>en_US</locale-code>
<!-- <og-image></og-image> -->
<og-image>
https://raw.github.com/cashbox-laravel/foundation/main/docs/images/social-logo.png
</og-image>
<primary-color>frozen</primary-color>
<web-root>https://cashbox.city</web-root>
<enable-browser-edits>true</enable-browser-edits>
<browser-edits-url>
https://github.com/cashbox-laravel/docs/edit/main/docs/
https://github.com/cashbox-laravel/foundation/edit/main/docs/
</browser-edits-url>
<!-- <custom-favicons> -->
<!-- favicon.svg,favicon.svg,favicon.svg,favicon.svg -->
<!-- </custom-favicons> -->
<versions-switcher>
https://raw.github.com/cashbox-laravel/foundation/4.x/docs/versions.json
</versions-switcher>
<custom-favicons>
logo.png,logo.png,logo.png,logo.png
</custom-favicons>
</variables>
<build-profile instance="cashbox">
<variables>
Expand Down
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/social-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/library.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="library"
name="Library"
start-page="library.md" is-library="true">

<toc-element topic="library.md"/>
</instance-profile>
Empty file added docs/snippets/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions docs/topics/introduction.topic
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<img src="https://img.shields.io/badge/unstable-dev--main-orange?style=flat-square" alt="Unstable" />
<img src="https://img.shields.io/packagist/l/cashbox/foundation.svg?style=flat-square" alt="License" />
</p>

<note title="Under Construction 👷‍♂️">
<p>
The project is undergoing a global upgrade.
Expand All @@ -42,6 +43,7 @@
We will soon release version 4.0 for all our products 💪
</p>
</note>

<p>
<format style="bold">%instance%</format>
provides an expressive and user-friendly interface for managing billing and payment verification services.
Expand All @@ -52,5 +54,6 @@
<p>
This project contains some ready-made solutions of payment systems, but you can offer your own.
</p>

<include from="snippets-library.topic" element-id="snippet-projects-list" />
</topic>
3 changes: 3 additions & 0 deletions docs/topics/library.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# About Library

It's a library helper for documentation instance.
3 changes: 3 additions & 0 deletions docs/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<vars>
<var name="author-name" value="Andrey Helldar" />
<var name="config-filename" value="config/cashbox.php" />
<var name="abuse-email" value="helldar@dragon-code.pro" />
<var name="abuse-name" value="Andrey Helldar" />
<var name="abuse-subject" value="Abuse%20detected" />
<var name="security-email" value="helldar@dragon-code.pro" />
<var name="security-name" value="Andrey Helldar" />
<var name="security-subject" value="Security%20error%20detected" />
Expand Down
7 changes: 0 additions & 7 deletions docs/versions.json

This file was deleted.

1 change: 1 addition & 0 deletions docs/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<images dir="images" web-path="images" />
<snippets src="snippets" />
<instance src="cashbox.tree" web-path="/" />
<instance src="library.tree" web-path="/library/" />
</ihp>

0 comments on commit 15c74a0

Please sign in to comment.