Skip to content

Commit

Permalink
no idea what I have added/changed
Browse files Browse the repository at this point in the history
  • Loading branch information
JaronZ committed May 28, 2024
1 parent f6783fb commit 461981f
Show file tree
Hide file tree
Showing 54 changed files with 445 additions and 82 deletions.
File renamed without changes.
13 changes: 10 additions & 3 deletions Features/cfg/buildprofiles.xml → ERMize/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<variables></variables>
<build-profile instance="t">
<variables>
<header-logo>logo.svg</header-logo>
<custom-favicons>icon16.svg,icon32.svg,icon96.svg,icon300.svg,icon500.svg</custom-favicons>
<website-title>%instance% Documentation</website-title>
</variables>
<footer>
<copyright>2024 JTTechnic</copyright>
</footer>
<build-profile instance="ermize">
<variables>
<noindex-content>true</noindex-content>
</variables>
</build-profile>
<build-profile instance="n">
<build-profile instance="navigation">
<variables>
<noindex-content>true</noindex-content>
</variables>
Expand Down
35 changes: 35 additions & 0 deletions ERMize/ermize.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="ermize"
name="ERMize"
status="eap"
start-page="ERMize.topic">

<toc-element topic="ERMize.topic">
</toc-element>
<toc-element topic="text-based-features.md">
<toc-element topic="TB-CDM.md">
<toc-element topic="Creating-an-Entity.md">
<toc-element topic="Adding-Attributes.md"/>
<toc-element topic="Primary-Identifiers.md"/>
<toc-element topic="Domains.md"/>
<toc-element topic="Mandatory-Attributes.md"/>
</toc-element>
<toc-element topic="Creating-a-Relationship.md">
<toc-element topic="Naming-a-Relationship.md"/>
<toc-element topic="Cardinalities.md"/>
<toc-element topic="Dependencies.md"/>
</toc-element>
<toc-element topic="Creating-a-Subtype.md"/>
</toc-element>
<toc-element topic="TB-LDM.md"/>
<toc-element topic="TB-PDM.md"/>
</toc-element>
<toc-element topic="Visual-Features.md">
<toc-element topic="V-CDM.md"/>
<toc-element topic="V-LDM.md"/>
<toc-element topic="V-PDM.md"/>
</toc-element>
</instance-profile>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
37 changes: 37 additions & 0 deletions ERMize/images/icon16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions ERMize/images/icon300.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions ERMize/images/icon32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions ERMize/images/icon500.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions ERMize/images/icon96.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions ERMize/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 461981f

Please sign in to comment.