commit | 7e6fc97fc9eafad3c3fdd279648ed0a707f6ba34 | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Tue Nov 10 18:15:15 2020 -0600 |
committer | Derick Montague <derick.montague@ibm.com> | Thu Nov 12 18:00:18 2020 +0000 |
tree | 6133ce46ec459781e84db1dcbca25db35a63c955 | |
parent | 6e70dd4747c4708b1a2ee31a923f2b9be26f1b50 [diff] |
Update docs page container layout - Update max-width to use 72 character length - Remove center align of default content and page-nav - Decrease padding Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Iafff0bc2bd0a64e2959997854e1acfb8804578d3
webui-vue is a web-based user interface for the OpenBMC firmware stack built on Vue.js.
phosphor-webui was built on AngularJS and AngularJS goes End of Life June 30, 2021, this repository is its replacement.
Several, mostly minor, features remain for feature parity. See GitHub Issues label:phosphor-webui-feature-parity for the complete list.
As mentioned, this application is built using Vue.js, a modern open-source Model-View-ViewModel JavaScript framework supported by an active community and strong documentation. It has been architected to allow organizations to easily update the theme to support their brand. This rewrite takes advantage of front-end development best practices and does not suffer from some of the anti-patterns that exist in phosphor-webui today.
That is up to you. Several companies have switched.
webui-vue although still missing a few features that were in phosphor-webui, as mentioned above, has the following additional features:
The documentation for coding standards and components is located in the docs
directory. It is created using the VuePress static site generator. Information about how to write documentation can be found on the VuePress website.