Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
14fb750
B3 IT: Updated naming
Nov 19, 2020
4438597
B3 IT: Fixed Content width in stylesheet.csS
Nov 19, 2020
1c5378d
B3 IT: Updating nameing to match current standards
Nov 23, 2020
484e99a
B3 IT: Updated naming
Nov 19, 2020
7e3e0d5
B3 IT: Fixed Content width in stylesheet.css and fixed naming in file…
Nov 19, 2020
e3ca7c0
B3 IT: fixed link to installation guide in index.html
Nov 27, 2020
c46dce7
Merge branch 'develop' of https://github.com/b3-it/devdocs into develop
Nov 27, 2020
f7382ca
B3 IT: Concretise guide version to 1.9 from 1.x, added side toc build…
Dec 30, 2020
dd1033b
toc for frontend dev guide
Jan 13, 2021
d485ef3
updated EOL message with mentioning of OpenMage
Jan 13, 2021
7405715
Updated header to reference Open Mage and changed color scheme on eo…
Jan 13, 2021
29973e3
correct url to extension guide and created extension guide intro page
Jan 13, 2021
b0c74f9
updated system requirements;added OpenMage version requirements
Jan 13, 2021
a7f1a49
renamed guides subfolder to match the current version
robert-1109 Jan 18, 2021
2463c49
Renamed guide folder to the current version and removed obsolete main…
robert-1109 Jan 18, 2021
ad5bc41
B3 IT: Updated naming
Nov 19, 2020
1482265
B3 IT: Updating nameing to match current standards
Nov 23, 2020
06d425c
added 1.8 Guide folder
robert-1109 Jan 18, 2021
6f845e9
B3 IT: thinned out main nav, removed links leading to none existent …
robert-1109 Jan 20, 2021
f38b106
B3 IT: Removed links ,toc entries leading to (yet) none existing page…
robert-1109 Jan 20, 2021
d87787a
B3 IT: new install gde pages, updated system-requirements
robert-1109 Feb 5, 2021
865bb4e
B3 IT: edited and removed m2 links/content from toc
robert-1109 Feb 12, 2021
8b406e3
B3 IT: Added install-flow-diagram, prequesite overview, release notes…
robert-1109 Feb 12, 2021
3ff3e7e
B3 IT: Changed Adobe Magento Logo to OpenMage logo in header and chan…
robert-1109 Feb 12, 2021
38a6409
B3 IT: changed colors of buttons, links, callouts, text of the devdoc…
robert-1109 Feb 12, 2021
ffff99c
B3 IT: modularise old magento layout into the layout and two includes…
robert-1109 Feb 12, 2021
a26de1f
Merge branch 'frontend-dev-guide' into develop
robert-1109 Feb 12, 2021
2d3a990
B3 IT: updated dependencies
robert-1109 Feb 12, 2021
1c4669d
broken links fixes
Sep 14, 2023
62aa15c
broken link fixes
Sep 14, 2023
65574fb
Merge remote-tracking branch 'origin/master' into develop
Aspizzz Sep 18, 2023
df5c483
Removed Magento 2 stuff, updated the system requirements and installa…
Aspizzz Sep 19, 2023
01507ff
changed guide version from v1.9.x to v19.x
Aspizzz Sep 20, 2023
6be6b57
B3-IT: Update/change php developer guide and frontend developer guide…
nbressler-b3-it Jan 29, 2024
1472f15
B3-IT: Format pre tags, update links
nbressler-b3-it Jan 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
/node_modules/

_algolia_api_key
_data/backup.yml
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-last-modified-at'
gem 'devdocs', :git => 'https://github.com/magento-devdocs/devdocs-theme.git', :branch => 'devdocs-stable'
gem "webrick", "~> 1.8"

gem 'wdm' if Gem.win_platform?

Expand Down
Loading