Skip to content

Commit

Permalink
Fixed multiversion docs
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
Signed-off-by: arhimede <[email protected]>
  • Loading branch information
alexmerlin authored and arhimede committed Jun 25, 2024
1 parent 91dad22 commit 89e0d76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 40 deletions.
40 changes: 4 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,7 @@
clover.xml
coveralls-upload.json
phpunit.xml

# Created by .ignore support plugin (hsz.mobi)
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# Admin-specific stuff:
.idea
docs/html
documentation-theme

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### Composer template
composer.phar
/vendor/

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
composer.lock
vendor
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ extra:
nav:
- Home: index.md
- v5:
- Introduction:
- "Introduction": v5/introduction/introduction.md
- Introduction: v5/introduction/introduction.md
- Overview:
- "Server Requirements": v5/introduction/server-requirements.md
- "File Structure": v5/introduction/file-structure.md
- "Packages": v5/introduction/packages.md
Expand Down Expand Up @@ -44,8 +44,8 @@ nav:
- "Transition Approach": v5/transition-from-api-tools/transition-approach.md
- "Discovery Phase": v5/transition-from-api-tools/discovery-phase.md
- v4:
- Introduction:
- "Introduction": v4/introduction/introduction.md
- Introduction: v4/introduction/introduction.md
- Overview:
- "Server Requirements": v4/introduction/server-requirements.md
- "File Structure": v4/introduction/file-structure.md
- "Packages": v4/introduction/packages.md
Expand Down

0 comments on commit 89e0d76

Please sign in to comment.