summaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/docs/link_page.h
blob: beeb1252ef2fe756fb5ee8d2fd0318093ad2a670 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "link.h"
#include "page.h"

namespace NYql::NDocs {

    TLinks GetLinksFromPages(const TPages& pages);

    TPages Stripped(TPages&& pages, const TLinks& links);

} // namespace NYql::NDocs