This project is mirrored from https://:*****@github.com/Ensembl/ensembl-website-help-and-docs.
Pull mirroring updated .
- Aug 06, 2021
-
-
Andrey Azov authored
-
- Aug 03, 2021
-
-
Andrey Azov authored
- invalid links in menu files - invalid paths to related articles
-
- Jul 22, 2021
-
-
Andrey Azov authored
-
- Apr 30, 2021
-
-
Andrey Azov authored
-
- Apr 02, 2021
-
-
Andrey Azov authored
- Menus have been updated and the transformation of toc.ymls into menu data type formalised. - Sequelize was replaced with TypeORM, as a more fully-featured typescript-friendly ORM. Database requirements are so simple that they could have been solved without any ORM, but an ORM adds extra convenience. - Data models were updated, as were relationships between them. Previously, the code used to have Articles and Videos as two separate models, with a one-to-many relationship between articles and videos. It has become clear that: - videos are going to have their own pages - videos are going to be included in the menus - videos may have related articles of their own - related articles and related videos can mix together in a single list of related items - database needs to store the order of related articles and videos Therefore, this PR promotes videos to articles in their own right, and adds storing of the order of related articles and videos....
-
- Mar 03, 2021
-
-
Andrey Azov authored
-
- Feb 09, 2021
-
-
Andrey Azov authored
-
Andrey Azov authored
-
Andrey Azov authored
-
- Nov 09, 2020
-
-
Andrey Azov authored
-
- Oct 14, 2020
-
-
Andrey Azov authored
-
- Aug 12, 2020
-
-
Andrey Azov authored
-
- Aug 06, 2020
-
-
Andrey Azov authored
- translate js to typescript - add the sequelize ORM for more convenience when interacting with the sqlite database - enable hierarchical folder structure for storing documents - remove eleventy
-